通过require('fs')使用这个模块,其中所有的方法都有同步和异步两种模式。 ... var fs = require('fs'); fs.unlink('/tmp/hello', function (err) { if (err) throw ...
確定! 回上一頁