import { exists } from 'fs'; exists('/etc/passwd', (e) => { console.log(e ? 'it exists' : 'no passwd!'); }); 此回调的参数与其他Node.js 回调不一致。
確定! 回上一頁