修改http响应的状态码(Node.js基于express框架) 茄汁面 2022-10-08 747 阅读1分钟 res.status(状态码).send(返回的信息) ,可以修改http返回的状态码。 -