vue,react的router有history和hash两种模式
hash
利用监听hashchange事件来前进后退
优点:
无兼容性问题
缺点:
有#符号
history
利用history.pushState结合观察者模式来前进
利用监听popstate事件+getLocation函数来回退
优点:
无#符号
缺点:
有兼容性问题
vue,react的router有history和hash两种模式
利用监听hashchange事件来前进后退
优点:
无兼容性问题
缺点:
有#符号
利用history.pushState结合观察者模式来前进
利用监听popstate事件+getLocation函数来回退
优点:
无#符号
缺点:
有兼容性问题
本文标题:前端router之hash和history
本文链接:https://www.haomeiwen.com/subject/vdswyktx.html
网友评论