Nodejs 学习(一)

1, hello world console.log('hello world'); 这是在后台打印hello world, 没什么意义, 觉得nodejs主要应用于web 服务端, 因此可使用下面的代码在浏览器上显示hello world.javascript var http = require('http'); http.createServer(function(request, res
相关文章
相关标签/搜索