随笔分类 -  node

编写简单的增删改查接口
摘要:// 对本地数据user.json进行增删改查 const express = require('express'); const fs = require("fs"); const bodyParser = require("body-parser"); const app = express() 阅读全文
posted @ 2021-09-02 11:04 红叶夫人 阅读(550) 评论(0) 推荐(0)