Rails 有没有简单的在线 html 编辑器

chenge · February 01, 2013 · Last by diguage replied at February 21, 2013 · 2269 hits

有推荐的么,越简单越好。谢谢。

你瞬间就有了。哈哈 帖子链接:http://ruby-china.org/topics/8495

data:text/html, <style type="text/css">#e{position:absolute;top:0;right:0;bottom:0;left:0;}</style><div id="e"></div><script src="http://d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script><script>var e=ace.edit("e");e.setTheme("ace/theme/monokai");e.getSession().setMode("ace/mode/ruby");</script>

上面代码贴到浏览器地址栏

#1 楼 @sunday11345 这个好牛逼啊!是怎么回事啊?

You need to Sign in before reply, if you don't have an account, please Sign up first.