取域名可以使用:
host = window.location.host;
alert(host);
host = document.domain;alert(host);
取完整地址使用:
url = window.location.href;alert(url);u[......]
取域名可以使用:
host = window.location.host;
alert(host);
host = document.domain;alert(host);
取完整地址使用:
url = window.location.href;alert(url);u[......]