1、
错误提示:Bad escaping of EOL. Use option multistr if needed.
解决方案:在代码前加入注释:/*jshint multistr: true */
参考:http://stackoverflow.com/questions/14054021
1、
错误提示:Bad escaping of EOL. Use option multistr if needed.
解决方案:在代码前加入注释:/*jshint multistr: true */
参考:http://stackoverflow.com/questions/14054021
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。