重新格式化 JavaScript/JScript 代码?

发布于 2024-07-10 06:29:20 字数 167 浏览 5 评论 0原文

我的页面上出现 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 技术交流群。

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

发布评论

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

评论(4

八巷 2024-07-17 06:29:20

您确实应该使用 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.

不气馁 2024-07-17 06:29:20

您可以使用Aptana Studio,它是免费的,而且非常好用,您可以自定义您的格式首选项

You can use Aptana Studio, its free and really good, and you can customize your formatting preferences.

岛歌少女 2024-07-17 06:29:20

使用Visual Studio 2008

  1. 创建一个新的Web表单
  2. 将您的js代码粘贴到
  3. 全选(ctrl + a
  4. 右键单击打开上下文菜单
  5. 点击格式选择

然后js和html将被相应地格式化

Use Visual Studio 2008

  1. Create a new Web-Form
  2. Paste your js code in the source
  3. select-all (ctrl + a)
  4. right click to open the context-menu
  5. Click on Format Selection

The js and html will then be formatted accordingly

厌倦 2024-07-17 06:29:20

如果您只运行 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

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