摘要:
javascript中Location对象使用详细分类(转载)Location.href 返回整个当前url,若对其赋值:location.href="http://www.highya.com" 则跳转其urllocation.host 返回域名和端口号,如:www.highya.com:80lcation.hostname 返回域名location.port 返回端口location.pathname 返回域名后第一个斜框后的字符串location.hash 跳到本页的某个锚location.search 取url?后的部分location对象: location提供了 阅读全文
posted @ 2012-09-18 17:57
都市夜归人
阅读(1712)
评论(0)
推荐(0)