js实现路由hash和history模式hash模式是监听hashchange事件来实现的。 hash是监听popstate事件来实现的,但有点小问题需要处理一下。history.replaceState和history.pushSstate不触发2023-02-21JavaScript110