2016-07-30 45 views

回答

21

現在你將有做這樣的事情

history.push({ 
    pathname: '/about', 
    search: '?the=search', 
    state: { some: 'state' } 
}) 

這裏是鏈接API documentation

+0

你如何得到對方那種狀態? –

+2

使用this.props.location.state.some從下面的頁面獲取道具 – Deadfish

+0

的'location'對象內部 – Shashi3456643

相關問題