The fs.writeFile(path, data, [options], callback) method writes the contents of data to the file at path . The data argument can be either a buffer or a string.
確定! 回上一頁