To include a module, use the require() function with the name of the module: var http = require('http');. Now your application has access to the HTTP module ...
確定! 回上一頁