1 Star 2 Fork 1

cdyun/kindeditor-cdyun

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
demo.html 368 Bytes
一键复制 编辑 原始数据 按行查看 历史
cdyun 提交于 2021-08-25 16:56 . cdyun
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<textarea id="my_editor" style="width:100%;height:350px;"></textarea>
<script charset="utf-8" src="./kindeditor-all.js"></script>
<script>
var editor;
KindEditor.ready(function (K) {
editor = K.create('#my_editor', {
});
});
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/cdyun/kindeditor-cdyun.git
git@gitee.com:cdyun/kindeditor-cdyun.git
cdyun
kindeditor-cdyun
kindeditor-cdyun
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385