出现此类问题:
出现这类问题的原因是因为node中的express的,res.send(),res.json()这类客户端返回的方法仅仅返回一次,如果多次返回就会出现这个错,这是因为我在项目中写了
出现了两个send,只要将res.sendStatus()删除即可。
node项目中,出现cannot set heasers after they are sent to the client at serverResponse.setHeader
原文:https://www.cnblogs.com/lxz123/p/12883916.html