目录结构
需要导入的模块
http
1
2
3
4
5const http = require('http');
const app = http.createServer();
app.on('request', (req, res) => {
});
app.listen(80);path
1
2
3
4
5const path = require('path');
//可以将路径进行拼接
path.join([path1][, path2][, ...])
//上一级目录的名称
__dirnameart-template
art-template使用方法querystring
1 | const querystring = require('querystring'); |
- dateformat
1
2
3//日期格式化
const dateformat = require('dateformat');
dateformat(你要格式化的时间, 你要格式化的样式);
代码解析:
1. 数据库部分
connect.js
1 | const mongoose = require('mongoose') |
user.js
1 | const mongoose = require('mongoose'); |
app.js
1 | /*————————————————————引入资源部分开始—————————————————— */ |
index.js
1 | const getRouter = require('router'); |
index.html
1 |
|
list.html
1 |
|