CKEditor 3.8.1.0 使用示例 - 在线富文本编辑器
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CKEditor Example</title>
<script src="https://cdn.ckeditor.com/4.16.2/standard/ckeditor.js"></script>
</head>
<body>
<textarea name="editor1"></textarea>
<script>
CKEDITOR.replace('editor1');
</script>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/pRD3 著作权归作者所有。请勿转载和采集!