我正在使用 Google Closure。我正在尝试在另一个中包含一些 html 文件。就像 A.html 导入 B.html 和 C.html 一样,但实际上,我不知道该怎么做。
任何人都可以给一些方向吗?
提前谢谢。
我正在使用 Google Closure。我正在尝试在另一个中包含一些 html 文件。就像 A.html 导入 B.html 和 C.html 一样,但实际上,我不知道该怎么做。
任何人都可以给一些方向吗?
提前谢谢。
据我所知,你不能“包含”这样的 html 页面。你得到的选项是:
1:使用ajax获取内容
http://docs.closure-library.googlecode.com/git/closure_goog_net_xhrio.js.html
http://www.googleclosure.com/google-closure-ajax/
2:谷歌关闭模板
https://developers.google.com/closure/templates/?csw=1
3:使用像 php 这样的服务器端语言来包含您的文件。
我真的不明白。
1) 你有 JS 中的 HTML 并且你不知道如何加入吗?
- 尝试 goog.dom.appendChild(parent, child)
2)你不知道如何把它变成JS?
- 你必须从服务器发送它,或者如果我在你的鞋子里......使用大豆模板