ホームページ > に質問 > 本文
请问在node.js里面怎么注销cookies. router.get('/',function(req,res){ req.cookies.destroy(function(err) {
res.redirect('/'); }) });
有问题吗?
阿神2017-04-17 16:39:09
Cookie をクリアするための Express には res.clearCookie() がありますが、作成した destroy メソッドはありません