wangEditor编辑器控件里textarea的id不要用content

匿名 (未验证) 提交于 2019-12-03 00:02:01

头引用

<script type="text/javascript" src="js/jquery-1.10.2.min.js"></script> <script type="text/javascript" src="js/wangEditor.js"></script> <script type="text/javascript" src="js/base.js"></script> <script src="https://cdn.bootcss.com/layer/1.8.5/layer.min.js"></script> <link href="https://cdn.bootcss.com/layer/1.8.5/skin/layer.css" rel="stylesheet">

出错症状

 

 

正确

<textarea id="textarea" name="content" style="height: 300px;max-height: 1000px;">

错误

<textarea id="content" name="content" style="height: 300px;max-height: 1000px;">

我也不懂为什么

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!