如何用 node.js 的 koajs 模块重写如下代码?
http.createServer(function(req, res) { var theFile res.write('hello') theFile = fs.createReadStream('./file.txt') theFile.on('end', functio…
- 共 1 页
- 1
http.createServer(function(req, res) { var theFile res.write('hello') theFile = fs.createReadStream('./file.txt') theFile.on('end', functio…
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。