然后启动tomcat服务器
http://localhost:8080/项目名称t/ueditor1_4_3_2/jsp/controller.jspction=config
这个要根据你的项目进行修改的哈
- <span style=“font-size:18px;”><script type=“text/javascript” charset=“UTF-8” src=“<%=basePath %>ueditor1_4_3_2/ueditor.config.js”></script>
- <script type=“text/javascript” charset=“UTF-8” src=“<%=basePath %>ueditor1_4_3_2/ueditor.all.min.js”> </script></span>
复制ueditor里面的index,html代码,这个要根据需要去复制的
- <span style=“font-size:18px;”><script type=“text/javascript”>
- var ue = UE.getEditor(‘editor’);
- function getContent() {
- var arr = [];
- arr.push(“内容为:”);
- arr.push(UE.getEditor(‘editor’).getContent());
- alert(arr.join(“n”));
- }
- </script></span>
声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!