摘要: 阅读全文
posted @ 2020-02-21 08:26 Mr_Riven 阅读(103) 评论(0) 推荐(0)
摘要: app01 // 引入http模块 const http = require('http'); //连接数据库 require('./model/connects'); // 创建网站服务器 const app = http.createServer(); //引入模板引擎 const templa 阅读全文
posted @ 2020-02-21 04:13 Mr_Riven 阅读(1031) 评论(0) 推荐(0)