将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.7k 阅读
2 回答3.2k 阅读✓ 已解决
4 回答2.2k 阅读✓ 已解决
3 回答1.2k 阅读✓ 已解决
3 回答865 阅读✓ 已解决
3 回答1k 阅读✓ 已解决
2 回答1.2k 阅读✓ 已解决
右键选择Lint Code 它会具体提示那一行有什么错误