请求指定数据,如果不希望强制传入id 则可以使用/posts/:id? Route.get('/posts/:id', ({ params }) => { return`You're watching post ${params.id}` }).
確定! 回上一頁