window.location各属性的值 :

window.location.href --"https://i.cnblogs.com/EditPosts.aspx?opt=1"
window.location.protocol --"https:"
window.location.host-- "i.cnblogs.com"
window.location.port --返回端口号
window.location.pathname-- "/EditPosts.aspx"
window.location.search--"?opt=1"
window.location.hash-- 返回锚点 #test

相关文章:

  • 2021-09-05
  • 2022-02-21
  • 2021-07-24
猜你喜欢
  • 2021-11-20
  • 2022-12-23
  • 2022-12-23
  • 2021-11-10
  • 2022-12-23
  • 2021-07-28
  • 2021-10-20
相关资源
相似解决方案