Nodejs入门编写hello world

1、安装nodejs 下载:https://nodejs.org/en/download/javascript 2、编写 helloworld.js //建立web服务器 var http=require('http'); http.createServer(function(request,response){ response.writeHead(200, { 'Content-Typ
相关文章
相关标签/搜索