node中Promise使用

node中Promise使用实例 需求:现有三个文件须要依次读取文件内容node // a.json { "next": "b.json", "massage": "this is a file content" } b.json { "next": "c.json", "massage": "this b file content" } c.json {
相关文章
相关标签/搜索