使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
什么是 Closure 编译器?
Closure 编译器是一款可加快 JavaScript 下载和运行速度的工具。它不是从源代码编译为机器代码,而是从 JavaScript 编译为更好的 JavaScript。它会解析您的 JavaScript 并对其进行分析,移除死代码,并重写和最大限度地减少剩余的代码。此外,它还会检查语法、变量引用和类型,并针对常见的 JavaScript 问题发出警告。
如何使用 Closure 编译器?
您可以通过以下方式使用 Closure 编译器:
您可以从命令行运行的开源 Java 应用。
一个简单的 Web 应用。
已弃用 RESTful API。
如需开始使用编译器,请参阅下文的“如何开始”。
使用 Closure Compiler 有哪些好处?
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2022-12-05。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2022-12-05。"],[[["The Closure Compiler is a tool that optimizes JavaScript for faster download and execution by analyzing, removing dead code, and minimizing the remaining code."],["It offers benefits such as improved efficiency by reducing file size and enhanced code checking by providing warnings for potential issues."],["Developers can utilize the Closure Compiler through a command-line application, a simple web interface, or by integrating it into their development workflow via the provided resources and documentation."]]],[]]