2012-05-11 24 views

回答

0

如果您需要將結果嵌入到您自己的HTML中,請使用JSTL<c:import>

<c:import url="http://example.com/some-fragment.html" /> 

但如果結果實際上是一個整體的HTML頁面,這將導致畸形的HTML,當你在線將其包含在自己的HTML,然後使用HTML<iframe>

<iframe src="http://stackoverflow.com"></iframe>