将strict选项设为false
"global" - there must be a "use strict"; directive at global level
"implied" - lint the code as if there is the "use strict"; directive
false - disable warnings about strict mode
true - there must be a "use strict"; directive at function level;
10 回答11.2k 阅读
5 回答4.9k 阅读✓ 已解决
4 回答3.1k 阅读✓ 已解决
2 回答2.8k 阅读✓ 已解决
3 回答2.4k 阅读✓ 已解决
3 回答2.2k 阅读✓ 已解决
2 回答2.6k 阅读✓ 已解决
右键选择Lint Code 它会具体提示那一行有什么错误