<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script src="ckeditor/ckeditor.js" type="text/javascript"></script>
<script type="text/javascript">
window.onload = function () {
CKEDITOR.replace('editor1');
};
</script>
<title></title>
</head>
<body>
<textarea cols="10" rows="10" name="editor1">Initial text</textarea>
</body>
</html>
<script type="text/javascript">
CKEDITOR.replace('editor1');
</script>
ckeditor引入简单实例
最新推荐文章于 2022-04-19 09:13:03 发布
本文介绍如何在网页中使用CKEditor编辑器实现富文本编辑功能,包括安装、配置和基本用法。
156

被折叠的 条评论
为什么被折叠?



