rails_kindeditor 中添加图片后怎么获取图片的路径。在页面中使用路径显示图片
<%=f.kindeditor :content,:items => [ 'undo', 'redo', '|', 'justifyleft', 'justifycenter', 'justifyright', 'justifyfull', 'fontname', 'fontsize', '|', 'forecolor', 'bold','italic', 'underline', '|', 'image', 'media'],:width => 600,:class => 'text_field' %> 这是 kindeditor 的代码其中添加的图片路径,然后通过获取到的路径在页面中直接用 img 标签显示。