react页面路由参数 2020-04-06 本文已影响0人 风赼 this.props.history.push('/community', { id: 1 }) 获取参数: const id = this.props.location.state.id