const detail = () => { // pages/news/[id].jsx // next只支持query不支持params,as参数是为了美观 router.push({ pathname:'/news', query:{ id: 1 }, }, '/news/1')