发11111的萨芬的,dfasfsa
server.js
const http = require('http')
const bodyParser = require('body-parser')
http.createServer((req, res) => {
bodyParser.parse(req, (error, body) => { res.end(body11
);
res.end(body)
})
}).listen(3000)