JavaScript 的是没有操作文件的能力,但是Node 是可以做到的,Node 提供了操作 ... const fs = require('fs') fs.stat('hello.js', (error,stats)=>{ ...
確定! 回上一頁