placeholderCopy var fs = require('fs'); try { fs.statSync('path/to/file'); console.log('file or directory exists'); } catch (err) { if ...
確定! 回上一頁