JSONServer用来创建RestApi,使用非常的方便。安装安装之前,需要已经安装好NodeJs.$ sudo npm install -g json-server基本使用新建一个db.json文件写入一段json,如:{  "posts": [  { "id": 1, "title": "json-server", "author": "typicode" }  ],  "comments": [  { "id": 1, "body": "some comment", "postId": 1 }  ],  "profile": { "name": "typicode" } }启动s