具体安装转载于:https://blog.csdn.net/jhycjhyc/article/details/44341123
xheditor-1.1.14压缩包https://pan.baidu.com/s/15CGwVoT5HLjAEa3Yxd359w 提取码 7zf6
小问题
执行结果如下:没有显示功能列表

解决办法:
参考https://www.cnblogs.com/xmfdsh/p/3690826.html
原因:导入的 js 文件顺序反了
<script type="text/javascript" src="xheditor/xheditor-1.1.14-zh-cn.min.js"></script>
<script type="text/javascript" src="xheditor/jquery/jquery-1.4.4.min.js"></script>
改正:jquery 文件在前
<script type="text/javascript" src="xheditor/jquery/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="xheditor/xheditor-1.1.14-zh-cn.min.js"></script>

博客介绍了xheditor安装相关内容,给出了xheditor-1.1.14压缩包下载链接。针对安装后没有显示功能列表的小问题,参考相关网页找到原因是导入的js文件顺序反了,解决办法是让jquery文件在前。
1314

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



