fs.readFileSync(dir).forEach(function(file){ var pathname = path.join(dir,file); if(fs.statSync(pathname).isDirectory()){
確定! 回上一頁