摘要: 一、基础安装参考我的另一篇随笔 https://www.cnblogs.com/xiaojiangk/p/13753062.html 另在之前的基础上引入了jquery,方便使用ajax 二、前端代码 1.home.html 1 <!DOCTYPE html> 2 <html> 3 <head> 4 阅读全文
posted @ 2020-09-30 10:13 陌小江 阅读(653) 评论(0) 推荐(0) 编辑
摘要: 一、目录(node_modules是npm install后新增的) node 和 npm 版本 npm install http 二、node下的index.js var http = require('http') http.createServer(function (request, res 阅读全文
posted @ 2020-09-30 09:44 陌小江 阅读(220) 评论(0) 推荐(0) 编辑