合并package.json文件:通过 fs.readFileSync 读取 package.json 文件,获取的是一个 json 字符串,然后使用 JSON.parse 将 json字符串 转换为 js对象.
確定! 回上一頁