是否可以从外部网站加载单个页面?
我正在尝试显示一个页面,但似乎无法正常工作
$("#response").load("http://domain.com", function(response, status, xhr) {
if (status == "error") {
var msg = "Sorry but there was an error: ";
alert(msg + xhr.status + " " + xhr.statusText);
}
});
帮助将不胜感激
qq_花开花谢_0
FFIVE
相关分类