学习笔记:node.js搭建web网站

第一步:先到官网下载并安装nodejshtml           安装教程路径:https://www.runoob.com/nodejs/nodejs-install-setup.htmlnode 第二步:在编译器中写好http.js文件git var http=require('http'); http.createServer(function(req,res){ res.write
相关文章
相关标签/搜索