Quill是一個開源的HTML富文本編輯器,能幫助玩家進行HTML編輯,而且支持Chrome、Firefox、Safari和IE 9+內核瀏覽器,非常方便,需要這款軟件的用戶歡迎來東坡下載使用!
Quill主要功能
1、快速且輕量級
2、語意標簽
3、標準化 HTML
4、支持 Chrome, Firefox, Safari, and IE 9+
Quill使用方法
<!-- Create the toolbar container -->
<div id="toolbar">
<button class="ql-bold">Bold</button>
<button class="ql-italic">Italic</button>
</div>
<!-- Create the editor container -->
<div id="editor">
<div>Hello World!</div>
</div>
<!-- Include the Quill library -->
<script src="http://quilljs.com/js/quill.js"></script>
<!-- Initialize Quill editor -->
<script>
var editor = new Quill('#editor');
editor.addModule('toolbar', { container: '#toolbar' });
</script>
- PC官方版
- 安卓官方手機版
- IOS官方手機版