首頁  >  文章  >  web前端  >  HTML嵌入类似于编辑器_html/css_WEB-ITnose

HTML嵌入类似于编辑器_html/css_WEB-ITnose

WBOY
WBOY原創
2016-06-24 11:21:21892瀏覽

这个很简单,写这个博客主要是为了记忆。

下面是效果图

1.html代码

<textarea name="pDesc" id="editor_id" style="width:100%;height:150px;"></textarea>

 

 

2、使用:引入JS代码 kindeditor.js代码 https://yunpan.cn/OcqtE2yxnVaxmd  访问密码 a8bf。

1 <script type="text/javascript" charset="utf-8" src="../plugins/kindeditor/kindeditor.js"></script>2 <script type="text/javascript" charset="utf-8" src="../plugins/kindeditor/lang/zh_CN.js"></script>3 <script>4         KindEditor.ready(function(K) {5                 window.editor = K.create('#editor_id');6         });7 </script>

 

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn