我是Node.js的新手。 const fs = require('fs'); fs.unlink('/tmp/hello', (err) => { if (err) throw err; console.log('successfully deleted ...
確定! 回上一頁