使用方法:
1、head引入css文件
<link rel="stylesheet" href="css/index.css">
2、head引入js文件
<script src="plugin/jquery.min.js"></script>
3、body引入部分
<div class="editor"> <div class="editor_toolbar"> <button type="button" class="editor_img">表情</button> </div> <div class="editor_bqdiv"></div> <div class="editor_text" contenteditable="true"></div> <button type="button" class="recommon">留言</button> </div> <script src="js/index.js"></script>