我有2个HTML文件,假设a.html和b.html.在a.html我想包括b.html.
a.html
b.html
在JSF中,我可以这样做:
<ui:include src="b.xhtml" />
这意味着内部a.xhtml文件,我可以包括b.xhtml.
a.xhtml
b.xhtml
我们怎么能在*.html文件中做到这一点?
*.html
html include
html ×1
include ×1