重新格式化 JavaScript/JScript 代码?
我的页面上出现 JScript 错误。 我知道错误发生在哪里,但我正在尝试破译该页面上的 JScript(以找出它来自哪里 - 它位于 ASPX 页面上,因此任何数量的用户控件都可以注入它)。
如果缩进得当的话会更容易。 是否有适用于 Windows 的免费 JScript 重新格式化程序?
I've got a JScript error on my page. I know where the error's happening, but I'm attempting to decipher the JScript on that page (to figure out where it came from -- it's on an ASPX page, so any number of user controls could have injected it).
It'd be easier if it was indented properly. Are there any free JScript reformatters for Windows?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您确实应该使用 Firebug 或一些类似的调试工具来实际查找问题,但是,如果您只想格式化 JavaScript 代码,这是我在 Google 上找到的一个重新格式化程序。
You really should use Firebug or some similar debugging tool to actually find the problem, but, if you want to just format your JavaScript code, here's a reformatter I found on Google.
您可以使用Aptana Studio,它是免费的,而且非常好用,您可以自定义您的格式首选项。
You can use Aptana Studio, its free and really good, and you can customize your formatting preferences.
使用Visual Studio 2008
ctrl + a
)然后js和html将被相应地格式化
Use Visual Studio 2008
ctrl + a
)The js and html will then be formatted accordingly
如果您只运行 Firebug,它会告诉您错误是什么并带您到错误所在的位置。
像 phpDesigner 这样的工具(有免费试用版)有一个可以在 JavaScript 上运行的代码美化器,但没有什么比旧的 TAB 键(和用于删除垃圾缩进的 Shift Tab 键)更好的了 :P
How about if you just run Firebug, it will tell you what the error is and will take you to where it is.
Tools like phpDesigner (there's a free trial) have a code beautifier that will work on JavaScript, but nothing beats the good old TAB key (and shift tab to remove junk indention) :P