优秀的 Javascript 清理工具

发布于 2024-11-30 14:00:39 字数 340 浏览 1 评论 0原文

可能的重复:
JavaScript 的 HTML 格式化程序/tidy/beautifier

我正在寻找一个好的自动化工具javascript 清理器(如定位和修复错误),类似于 w3c 验证器的清理器功能(修复 javascript 错误)。

更新:感谢有用的回复,我找到了解决方案:Closure Linter。

Possible Duplicate:
HTML formatter/tidy/beautifier for JavaScript

I'm looking for a good automated javascript cleaner (as in locates and fixes errors), similar to the w3c validator's cleaner function (that fixes the javascript errors).

Update: Thanks to a helpful responce I found my solution: Closure Linter.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

萌面超妹 2024-12-07 14:00:39

如果我理解正确的话,您可能对 Google 的 Closure Linter,与 JSLint 一样,验证您的代码和报告问题的同时,也提供了可能性修复它们:

(...)您可以用 fixjsstyle 替换 gjslint,以自动修复 gjslint 检查的许多错误。

If I understand you correctly, you might be interested in Google's Closure Linter, which, like JSLint, validates your code and reports problems, but also provides the possibility to fix them:

(...) you can substitute fixjsstyle for gjslint to automatically fix many of the errors that gjslint checks for.

东京女 2024-12-07 14:00:39

我非常喜欢 http://jsbeautifier.org/ 来清理 Javascript。

马特在评论中提供的答案中也提到了这个网站。

I quite like http://jsbeautifier.org/ for cleaning up Javascript.

This site is also mentioned in the answer provided by Matt in the comments.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文