thinkphp5.0引入百度编辑器
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了thinkphp5.0引入百度编辑器相关的知识,希望对你有一定的参考价值。
1.首先在百度下载百度编辑器
2.下载后一次把ueditor.config.js,ueditor.all.js,zh-cn.js这个三个js引入。
<script type="text/javascript"src="STATIC/ueditor/ueditor.config.js"></script>
<script type="text/javascript" src="STATIC/ueditor/ueditor.all.js"></script>
<script type="text/javascript" src="STATIC/ueditor/lang/zh-cn/zh-cn.js"></script>
3.在需要插入编辑器的地方插入:
<script id="editor" type="text/plain" name="acontent" ></script>
这样编辑器就穿插进来了。
以上是关于thinkphp5.0引入百度编辑器的主要内容,如果未能解决你的问题,请参考以下文章