const jsonObject = JSON.parse(jsonString);. . // stringify JSON object. const jsonData = JSON.stringify(jsonObject);. . fs.writeFile('.
確定! 回上一頁