kindEditor中插入code(各种程序)显示回来就变了是什么情况

发布于 2021-11-24 12:30:13 字数 249 浏览 890 评论 4

kindEditor中插入code(各种程序)显示回来就变了是什么情况

    在编辑器里显示是对的,如下图,但再回来就不是了,不知道是什么情况,等待大虾帮助!

  

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

时光清浅 2021-11-25 20:45:17

<link rel="stylesheet" href="<%=request.getContextPath() %>/kindeditor-4.1.10/themes/default/default.css" />
<link rel="stylesheet" href="<%=request.getContextPath() %>/kindeditor-4.1.10/plugins/code/prettify.css" />
<link rel="stylesheet" href="<%=request.getContextPath() %>/resources/styles/unit.css"/>
<script charset="utf-8" src="<%=request.getContextPath() %>/kindeditor-4.1.10/kindeditor.js"></script>
<script charset="utf-8" src="<%=request.getContextPath() %>/kindeditor-4.1.10/lang/zh_CN.js"></script>
<script charset="utf-8" src="<%=request.getContextPath() %>/kindeditor-4.1.10/plugins/code/prettify.js"></script>
<script>
    
KindEditor.ready(function(K) {
var editor1 = K.create('textarea[name="content"]', {
cssPath : '<%=request.getContextPath() %>/kindeditor-4.1.10/plugins/code/prettify.css',
uploadJson : '<%=request.getContextPath() %>/kindeditor-4.1.10/jsp/upload_json.jsp',
fileManagerJson : '<%=request.getContextPath() %>/kindeditor-4.1.10/jsp/file_manager_json.jsp',
allowFileManager : true,
themeType : 'prettify',
resizeType : 0,
allowPreviewEmoticons : false,
allowUpload:true,
filterMode:false

});

if (editor1) { 
      //alert("ni");
  editor1.resize('99.8%', '500px');
  
  //alert("nif");
};

prettyPrint();

这样用对吗?

瑾夏年华 2021-11-25 20:24:37

你看看 我的用法对吗? 下面是代码

勿忘初心 2021-11-25 18:20:00

没有加载插件和css

惜醉颜 2021-11-25 09:23:45

查查官网

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文