React.js实战之Router原理及 React-router

官网文档 https://reacttraining.com/react-router/core/guides/philosophy 页面路由 Hash 路由 H5路由 只对后退记录有效 // 页面路由 window.location.href = 'http://www.baidu.com'; history.back(); // hash 路由 window.location = '#has
相关文章
相关标签/搜索