get the cookie incoming request app.get('/getcookie', (req, res) => { //show the saved cookies console.log(req.cookies) ...
確定! 回上一頁