window.location获取页面位置信息

2019-03-12  本文已影响0人  明灭_

window.location

只读属性,返回一个 Location 对象,其中包含有关文档当前位置的信息.

window.location.hash

获取#及其之后对值

example code:

示例url: http://localhost:3000/#/success

console.log(window.location.hash)

控制台输出:“#/success”

Tips

上一篇下一篇

猜你喜欢

热点阅读