如何使用 google.load 加载 javascript 文件而不是直接使用 freemarker 模板语言中的标签?
如何使用 google.load 加载 javascript 文件而不是直接使用 freemarker 模板语言中的标签?
How to load javascript files using google.load instead of directly using tag in freemarker template language?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要从 Google CDN 加载常见的 JavaScript 库,如 jQuery、Prototype、MooTools、Dojo...,您可以找到更多信息 这里。
For loading common JavaScript Libraries like jQuery, Prototype, MooTools, Dojo... from the Google CDN, you can find more information here.
并补充 CMS 的答案:这是详细文档。
And complementing CMS' answer: this is the detailed documentation.