其他页面html为:ip.html
主页面代码
<body> <div id="ip"></div> </body> <script> $("#ip").load("ip.html"); </script>