清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>
$("#content").load("fileoutside.html", function(response, status, my) {
// error handling
if(status == "error") {
$("#content").html("An error occured: " + my.status + " " + my.statusText);
}
});