会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
李大白
你总是这样轻言放弃的话,无论过多久都只会原地踏步
博客园
首页
新随笔
联系
订阅
管理
2018年1月8日
Nodejs-Can't set headers after they are sent
摘要: Router.get('/info',function(req,res){ console.log(req) const { userid } = req.cookies; console.log(userid) if( !userid ){ return res.json({ code : 1}) } User.findOne({...
阅读全文
posted @ 2018-01-08 22:35 李大白程序员
阅读(158)
评论(0)
推荐(0)
编辑
公告