1. 通過 2. 通過非同步請求 3. 通過jQuery ...
通過
outerHTML
document.documentElement.outerHTML
通過非同步請求
$.get(window.location.href,function(res){ console.log(res); });
通過jQuery
$("html").html();
1. 通過 2. 通過非同步請求 3. 通過jQuery ...
通過 outerHTML
document.documentElement.outerHTML
通過非同步請求
$.get(window.location.href,function(res){
console.log(res);
});
通過jQuery
$("html").html();