JackShi
1. 先下载kindeditor

<script charset="utf-8" src="/static/kindeditor/kindeditor-all-min.js"></script> # 文件路径配置
<script>
KindEditor.ready(function (K) {
window.editor = K.create(\'#id_content\', { # #id_content是你所绑定的大文本框(textarea)的id,只需更改这里即可
width:\'%100\',
height:\'600px\',
});
});
</script>

分类:

技术点:

相关文章:

  • 2021-11-07
  • 2021-11-19
  • 2021-09-25
  • 2021-04-20
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
  • 2021-10-15
猜你喜欢
  • 2022-12-23
  • 2022-01-19
  • 2021-11-09
  • 2021-06-07
  • 2021-12-25
相关资源
相似解决方案