通过a标签跳转
a href=’#/detail’>去detail</a
通过函数编程
import {HashRouter, Route, Switch, hashHistory} from ‘react-router-dom’;
<button onClick={() => this.props.history.push(‘Mine’)}>通过函数跳转
通过a标签跳转
a href=’#/detail’>去detail</a
通过函数编程
import {HashRouter, Route, Switch, hashHistory} from ‘react-router-dom’;
<button onClick={() => this.props.history.push(‘Mine’)}>通过函数跳转
1万+
5185
9721

被折叠的 条评论
为什么被折叠?