.html如何像.asp那样调用其他页面的内容
.asp里是<% @include file = "1.html">
那html该怎么办呢,
.html如何像.asp那样调用其他页面的内容
.asp里是<% @include file = "1.html">
那html该怎么办呢,
html 里面是没有这样的语句的,只能靠模板来完成代码的复用了
<iframe></iframe>
示例:
<iframe name="I5" allowtransparency="true" marginwidth="0" marginheight="0" height="14" width="1000" scrolling="no" border="0" frameborder="0" src=" http://js.stockcity.cn/topcode.html" align="middle"></iframe>
HTML没有这类去引入的方式
用模版或者框架吧
include