1、iframe 可以加载html页面
2、js ajax Ajax.load() 可以实现加载html页面
那补充下吧:
比如用方法一:
123.html
<html>
<head></head>
<body>
123123123
</body>
</html>
456.html
<html>
<head></head>
<body>
<iframe src="./123.html" frameborder="0" scrolling="no" height="100px" width="100px" noresize="noresize"></iframe>
</body>
</html>
你可以测试下