JSLint:Notepadd ++:如何查看console.log()

时间:2013-01-22 14:39:45

标签: logging printing console notepad++ jslint

我的.js文件只有console.log("abc");。我在JSLint选项中启用了已经开发模式。我怎样才能让JSLint向我展示Java中的System.out.println()这样的日志。

1 个答案:

答案 0 :(得分:0)

JSLint实际上并没有执行你的代码,它只是告诉你它是否有任何错误。

如果您想执行它,请将其加载到带有<script src="..." type="text/javascript">标记的网页内(....js文件的名称)