环境
Windows7
MyEclipse 10破解版
问题
还是之前的项目,发现导入进去之后几乎所有的.js文件都飘红,例如:
jquery.min.js
jquery.1.11.1.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
- Missing semicolon
- Missing semicolon
- Missing semicolon
- Missing semicolon
- Missing semicolon
- Missing semicolon
- Missing semicolon
- Missing semicolon
解决
MyEclipse还没有对其进行验证,解决办法:
参考:
http://bbs.youkuaiyun.com/topics/390530826?page=1#post-395998937
本文介绍在Windows7环境下使用MyEclipse10破解版时遇到JS文件大量报错的问题及解决方法。主要错误包括类型不匹配、缺少分号等。通过排除资源验证的方法可以有效解决这些问题。
1929

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



