If it's a huuge array and it would take too much memory to serialize it to a string before writing, you can use streams: var fs = require('fs'); var file ...
確定! 回上一頁