标签: jshint
我需要集成JsHint(http://www.jshint.com/)以在Chrome的开发工具控制台(F12键)上打印错误,就好像我使用了console.log一样。
我下载了jshint.js并将其作为外部j添加到我的html页面。
下一步是什么?