stringify() method. var newData = JSON.stringify(myObject); fs.writeFile('data.json', newData, err => { // error checking if( ...
確定! 回上一頁