UEditor回显出现Invalid or unexpected token
问题
当做ueditor编辑器回显时,用的是ueditor的setContent()函数。遇到换行什么的就报错。编辑器就加载不出来,一片空白,智能去数据库修改。很烦人。
解决:
放弃使用 setContent()函数 渲染,调用时候,直接进行渲染写入。代码如下。
<script id="container" name="content" type="text/plain"> {{content}} </script>
我用的python ,其他语言雷同
2顶
0 踩
共 0 条评论