摘要: "; $folderArr = scandir($rootPath); foreach ($folderArr as $path) { $currPath = $rootPath."/".$path; if ($path != "." && $path != "..") { if (is... 阅读全文
posted @ 2014-04-14 12:54 无声电影 阅读(161) 评论(0) 推荐(0)