html中引入調用另一個html的方法一:通過jquery的.load()方法div+$(“#page1”).load(“b.html”)<body><div id="page1"></div></body><script></script>