nodejs中函数的调用实例详解 一、调用本js文件中的函数varhttp=require('http');http.createServer(function(request,response){response.writeHe nodejs函数的调用