摘要: 安装 npm i react-router-dom 在app.js或者index.js中使用 class App extends Component { render() { return ( <BrowserRouter> <Switch>{/*只访问一个*/} <Route exact path 阅读全文
posted @ 2020-12-21 17:13 病阳阳 阅读(63) 评论(0) 推荐(0)