在express.js 中,res.redirect(url) 实际上就是设置了302 HTTP status. app.get('/doc', (req, ... 针对302 的情况,其实fetch 有个特殊的配置叫redirect.
確定! 回上一頁