标签: reactjs react-router react-router-v4
如何刷新当前页面?
this.props.history.push('/current-page')无法正常工作。
this.props.history.push('/current-page')
注意:我不想使用window.location.reload()
window.location.reload()
答案 0 :(得分:0)
您可以使用任何方法调用this.forceUpdate()。
this.forceUpdate()