Trying to understand callback functions

后端 未结 0 2015
猫巷女王i
猫巷女王i 2020-12-11 06:48

Here\'s the code I tried:

let FS = require(\'fs\')
var http = require(\'http\');

http.createServer(function (request, response) {
    response.writeHead(200,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题