Read and write text files (Node.js, synchronous) const fs = require('fs'); ... Read file. const deserialized = JSON.parse(loaded); // Deserialize JSON.
確定! 回上一頁