Kindeditor
一、官网地址
http://kindeditor.net/demo.php
二、使用
1、在HTML中添加textarea标签,并设置id
2、在script标签中写入如下代码
<script charset="utf-8" src="/editor/kindeditor.js"></script> <script charset="utf-8" src="/editor/lang/zh-CN.js"></script> <script> KindEditor.ready(function(K) { window.editor = K.create('#textarea标签的id值',{ 参数:参数值, }); }); </script>
3、4.X版本具体参数见http://kindeditor.net/docs/option.html

浙公网安备 33010602011771号