格式化长压缩 JavaScript 代码的工具 (jCarousel)
我想格式化 jCarousel 的 JavaScript 代码以查看它的作用(以便能够调试它并解决我的问题)。 Visual Studio 不会对其进行格式化。你知道有什么工具(如果你愿意的话可以免费)来格式化长 JS 文件吗?
这就是 jCarousel 缩小代码的样子:
这就是什么格式化的 JS 文件:
I'd like to format JavaScript code of jCarousel to see what it does (to be able to debug it, and solve my problem). Visual Studio doesn't format it. Do you know any tool (free if you wish) to format long JS files?
This is how jCarousel minified code looks like:
this is what a formatted JS file:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
源代码可用..阅读项目网站有时会有所帮助。
https://github.com/jsor/jcarousel
除此之外,下载中甚至还包含未缩小的版本档案...
The source code is available.. reading the project website sometimes helps.
https://github.com/jsor/jcarousel
Besides that, the unminified version is even included in the download archive...