前端开发那些事儿

vue的hash和history模式

2020-12-18  本文已影响0人  海豚先生的博客

背景知识

hash

window.onhashchange = function(event){
  console.log(event.oldURL, event.newURL);
}

history

上一篇 下一篇

猜你喜欢

热点阅读