ajax get 到整个html页面 不能使用 $("html").html(html); 因为jquery会报错can't find ClientTop of null 导致页面渲染效果出错 可以使用 $("body").html(html) 页面可正常渲染