📅  最后修改于: 2022-03-11 15:02:34.846000             🧑  作者: Mango
//example 1
document.getElementById("lbl_url").innerHTML = "Page location is " + window.location.href;
//example 2
var x = location.href;