博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
富文本框 wangeditor 引入 jquery-1.10.1.min.js 时报错
阅读量:5310 次
发布时间:2019-06-14

本文共 767 字,大约阅读时间需要 2 分钟。

 
在javaWeb 开发中我需要加入富文本框wangeditor,其中需要引入 jquery-1.10.1.min.js 。
导入到 Myeclipse后,就出现了红叉。 
红叉的提示信息如下:
Multiple markers at this line- The left-hand side of an assignment must be a variable- Type mismatch: cannot convert from any[] to any- Type mismatch: cannot convert from any[] to any- Type mismatch: cannot convert from any[] to any- Missing semicolon- Missing semicolon- Missing semicolon- Missing semicolon- Syntax error on token "}", delete this token- Missing semicolon- Missing semicolon- Missing semicolon- Missing semicolon

出现原因:没有告诉 myeclipse 去验证引入的 js

解决方案:如下图所示:

 

右击 jquery-1.10.1.min.js --> MyEclipse
①先点击 Exclude From Validation ;
②再点击 Run Validation:随后弹框提示 no error ,说明问题已解决

wangeditor.min.js 的小红叉问题,解决方法同上

 

 

转载于:https://www.cnblogs.com/sting9986/p/6676591.html

你可能感兴趣的文章
java基础(一):我对java的三个环境变量的简单理解和配置
查看>>
arcgis api 4.x for js 结合 Echarts4 实现散点图效果(附源码下载)
查看>>
YTU 2625: B 构造函数和析构函数
查看>>
apache自带压力测试工具ab的使用及解析
查看>>
C#使用Xamarin开发可移植移动应用(2.Xamarin.Forms布局,本篇很长,注意)附源码
查看>>
jenkins搭建
查看>>
C#中使用Split分隔字符串的技巧
查看>>
eclipse的调试方法的简单介绍
查看>>
加固linux
查看>>
IPSP问题
查看>>
10.17动手动脑
查看>>
WPF中Image显示本地图片
查看>>
Windows Phone 7你不知道的8件事
查看>>
实用拜占庭容错算法PBFT
查看>>
java的二叉树树一层层输出,Java构造二叉树、树形结构先序遍历、中序遍历、后序遍历...
查看>>
php仿阿里巴巴,php实现的仿阿里巴巴实现同类产品翻页
查看>>
Node 中异常收集与监控
查看>>
Excel-基本操作
查看>>
面对问题,如何去分析?(分析套路)
查看>>
Excel-逻辑函数
查看>>