摘要: 对于这样一个URLhttp://www.x2y2.com:80/fisker/post/0703/window.location.html?ver=1.0&id=6#imhere我们可以用javascript获得其中的各个部分1,window.location.href整个URl字符串(在浏览器中就是完整的地址栏)本例返回值:http://ifisker.com/blog/post/0703/window.location.html#2,window.location.protocolURL的协议部分本例返回值:http:3,window.location.hostURL的主机部分本例 阅读全文
posted @ 2011-05-11 13:29 解磊 阅读(206) 评论(0) 推荐(0) 编辑