0

我想访问 chank 数据,但它不起作用。我的代码有什么问题吗?我的代码:

 else if (req.url === "/userdata" && req.method === "POST") {
        req.on("data", (chunk) => {
            console.log(chunk)
        })
        res.write("Taanks")
        res.end()
    }
4

0 回答 0