摘要: header("Content-type:text/html;charset=utf-8");//递归读取目录function reddir($path,$level=0){ $dh = opendir($path); while(($row = readdir($dh)) !== fa... 阅读全文
posted @ 2015-01-17 18:37 雪山飞猪 阅读(381) 评论(0) 推荐(0)