Loading...
到NodeJS官网下载安装稳定版。选择一款IDE,我选用的是Webstormapp.js:var http = require('http'); http.createServer(function(req, res) { res.writeHead(200, {'Content-Type': 'text/html'}); res.write('<h1>Node.js</h...