通过 outerHTML
document.documentElement.outerHTML
通过异步请求
$.get(window.location.href,function(res){ console.log(res); });
通过jQuery
$("html").html();
Atas ialah kandungan terperinci JavaScript获取当前网页源码的实例. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!