Both the request method is used in HTTP server Handling. ... "UTF-8").pipe(res); } else if (req.method === "POST") { var body = ""; req.on("data", ...
確定! 回上一頁