在做东西时候遇到一个可能会重复输出res.json的地方,重复输出会产生Error:Cannot set header after they are sent.
Node.js不像c++里可以直接通过return直接结束函数运行。
但其实只要 return res.json();就可以了。