设置或获取对象指定的文件名或路径。

window.location.pathname
例:http://localhost:8086/topic/index?topicId=361
alert(window.location.pathname); 则输出:/topic/index

设置或获取整个 URL 为字符串。
window.location.href
例:http://localhost:8086/topic/index?topicId=361
alert(window.location.href); 则输出:http://localhost:8086/topic/index?topicId=361

设置或获取与 URL 关联的端口号码。
window.location.port
例:http://localhost:8086/topic/index?topicId=361
alert(window.location.port); 则输出:8086

设置或获取 URL 的协议部分。
window.location.protocol
例:http://localhost:8086/topic/index?topicId=361
alert(window.location.protocol); 则输出:http:

设置或获取 href 属性中在井号“#”后面的分段。
window.location.hash

设置或获取 location 或 URL 的 hostname 和 port 号码。
window.location.host
例:http://localhost:8086/topic/index?topicId=361
alert(window.location.host); 则输出:http:localhost:8086

设置或获取 href 属性中跟在问号后面的部分。
window.location.search
例:http://localhost:8086/topic/index?topicId=361
alert(window.location.search); 则输出:?topicId=361

window.location
属性                  描述
hash                设置或获取 href 属性中在井号“#”后面的分段。
host                 设置或获取 location 或 URL 的 hostname 和 port 号码。
hostname      设置或获取 location 或 URL 的主机名称部分。
href                  设置或获取整个 URL 为字符串。
pathname      设置或获取对象指定的文件名或路径。
port                  设置或获取与 URL 关联的端口号码。
protocol          设置或获取 URL 的协议部分。
search            设置或获取 href 属性中跟在问号后面的部分。

转载

最新文章

  1. delphi Syntax check、 build、 run、 compile的区别
  2. 一颗躁动的心---下决心从SLAM开始,不钻研嵌入式底层了
  3. windows 7 安装 telnet
  4. Emiller's Advanced Topics In Nginx Module Development
  5. SAP FI/CO凭证不一致的解决办法
  6. 《学习opencv》笔记——矩阵和图像操作——cvCalcCovarMatrix,cvCmp and cvCmpS
  7. WCF技术剖析之二十四: ServiceDebugBehavior服务行为是如何实现异常的传播的?
  8. 201521123010 《Java程序设计》第6周学习总结
  9. spring aop使用
  10. TCP分组交换详解
  11. java实现文件的断点续传
  12. PageRank算法--从原理到实现
  13. powerdesigner 连接 Oracle ,并将表结构导入到powerdesigner中
  14. springMVC整理02--常用注解的使用
  15. mac环境下配置nginx
  16. UVALive 6889 City Park 并查集
  17. js中找string中重复项最多的字符个数
  18. [NOI2014]购票 「树上斜率优化」
  19. 河南省多校联盟二-F 线段树+矩阵
  20. Java函数的联级调用

热门文章

  1. DirectX Graphics Infrastructure(DXGI):最佳范例 学习笔记
  2. OpenGL shader 中关于顶点坐标值的思考
  3. Struts框架的核心业务
  4. fhq treap最终模板
  5. MySQL8:连接查询
  6. mysql sleep进程过多,应用级配置
  7. 用Go语言做产品半年的一些感觉
  8. Axure原型制作规范
  9. 基于Cat的分布式调用追踪
  10. js ajax php分页组件