您的位置:首页 > 编程语言 > Java开发

Myeclipse验证js语法报错

2015-07-18 21:42 429 查看
最近遇到这样一个问题

js报红叉,点进js文件发现错误信息如下

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

上网查了查资料,大致断定原因是因为jquery.easyui.min.js文件为了压缩js文件的体积,做了很多压缩,去除掉了许多符号,导致eclipse在验证语法时出现了错误。

解决方法如下:

右键Myeclipse--ManaValidation--ExcludeResource--(选中全部或者那个js)

又做了一次搬运工+1(做搬运工数量)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: