拿footer举例
1 用iframe
<div id="footer">
<iframe class="J_iframe" name="iframe0" width="100%" height="408" src="../footer.html" frameborder="0" data-id="footer.html" scrolling="no"></iframe>
</div>
2 用embed
<embed type="text/html" src="../footer.html" width="100%" height="408" scrolling="no"/>
网友评论