Ckeditor的用法
一. 通过CDN
二. <script src="//cdn.ckeditor/4.5.4/standard/ckeditor.js"></script>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CKEditor</title>
<script src="//cdn.ckeditor/4.5.4/standard/ckeditor.js"></script>
</head>
<editorjsbody>
<textarea name="editor1"></textarea>
<script>
place( 'editor1' );
</script>
</body>
</html>
三. 通过下载ckeditor包
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论