I have 2 HTML files, suppose a.html
and b.html
.
(我有2个HTML文件,假设a.html
和b.html
。)
In a.html
I want to include b.html
. (在a.html
我想包含b.html
。)
In JSF I can do it like that:
(在JSF中,我可以这样做:)
<ui:include src="b.xhtml" />
It means that inside a.xhtml
file, I can include b.xhtml
.
(这意味着在a.xhtml
文件中,我可以包含b.xhtml
。)
How can we do it in *.html
file?
(我们如何在*.html
文件中执行此操作?)
ask by lolo translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…