In Koa.js framework, you can make redirect using the .redirect() ... ctx.redirect('https://some-path.com'); ctx.redirect('some-path'); ...
確定! 回上一頁