🌈 搜索
📅  最后修改于: 2022-03-11 15:04:24.801000             🧑  作者: Mango
import { useHistory } from 'react-router-dom'; function Home() { const history = useHistory(); return history.push('/profile')}>Profile; }