240 发简信
IP属地:广西
  • 回调函数

    node.js异步编程的直接体现就是回调 var fs=require("fs"); fs.readFile("input.txt",funct...