随笔分类 -  node

摘要://引入核心模块 const http = require('http'); //创建服务器 http.createServer((req,res)=>{ }).listen(3000); //引入核心模块 const http = require("http"); //创建服务器 http.createServer((req,res)=>{ console.log(req... 阅读全文
posted @ 2019-03-12 21:46 金风夜雨 阅读(464) 评论(0) 推荐(0)