statSync (pathname).isDirectory() 37 } 38 // 遞迴建立目錄 39 function mkdirSync(dirname) { 40 if (fs.existsSync(dirname)) { 41 return true; ...
確定! 回上一頁