js, you can use the fs module to read/write files. heres an example on how to write files using it const fs = require('fs'); fs.writeFile('/path ...
確定! 回上一頁