http://localhost:8000/top/playlist?offset=2&limit=5router.get('/top/playlist',async ctx=>{ console.log(ctx.request.query);//这里获取的就是?后面的变量的值 ....})