日期:2014-05-17 浏览次数:20756 次
<iframe src="xxxx.html" style="display:none;" />
------解决方案--------------------
jsp中的include
<%@ include file="XXX.html"%>
------解决方案--------------------
指令标签<%@ include file="XXX.html"%>
动作标签<jsp:include/>
------解决方案--------------------
IMG 的方式不是挺好的~~~
什么 include iframe 都可以
麻烦一点可以做AJAX请求~
------解决方案--------------------
jquery, ajax,
$("#test").load("XXX.html");
<div id="test" style="display: none"></div>