nodejs的 Cannot set headers after they are sent to the client
这个问题是服务端重复响应照成的,例如:exports.regUser=(req,res)=>{//接受表单数据constuserinfo=req.body//判断依据是否合法if(!userinfo.username||!userinfo.password){returnres.send({status:1,message:'用户名或者密码不能为空!'})}constsql=`select*fro