📅  最后修改于: 2022-03-11 15:03:35.202000             🧑  作者: Mango
import {withRouter} from 'react-router-dom';
const SomeComponent = withRouter(props => );
class MyComponent extends React.Component {
SomeMethod () {
const {pathname} = this.props.location;
}
}