码迷,mamicode.com
首页 > Windows程序 > 详细

window.location

时间:2014-05-12 07:28:31      阅读:461      评论:0      收藏:0      [点我收藏+]

标签:style   blog   class   ext   c   http   

原文:window.location

http://www.google.cn/a/201105/a564.html?a=1#aa 

 

属性 描述
hash 从井号 (#) 开始的 URL(锚)
host 主机名和当前 URL 的端口号
hostname 当前 URL 的主机名
href 完整的 URL
pathname 当前 URL 的路径部分
port 当前 URL 的端口号
protocol 当前 URL 的协议
search 从问号 (?) 开始的 URL(查询部分)

 

 

指令
结果
window.location.search
"?a=1"
window.location.protocol
http:
window.location.port
 
window.location.pathname
/a/201105/a564.html
window.location.href
http://www.google.cn/a/201105/a564.html?a=1#aa
window.location.hostname
www.google.cn
window.location.host
www.google.cn
window.location.hash
"#aa"

 

 

 

 

window.location,布布扣,bubuko.com

window.location

标签:style   blog   class   ext   c   http   

原文地址:http://www.cnblogs.com/lonelyxmas/p/3720911.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!