js获取页面完整地址:
window.location.href;
var s =" https://ejym.baidu.com"; var h = s.split(".")[0]; var a = h.split("//")[1];
alert(a); a的结果是:ejym