window.location.host      客户端IP
window.location.hostname  客户端机器名
window.location.pathname  url的路径部分
window.location.href      完整的url
window.location.search    url中?之后的信息
window.location.port      url的端口号(默认为80)