如何在react中实现类似于window.location.href=“http://***.com”; 这样的功能我用import { browserHistory } from 'react-router'class JobDetail extends React.Component { fn() { browserHistory.push(...) }}这种没有效果
添加回答
举报
0/150
提交
取消