2018年1月22日

读取文件内容

摘要: function searchDir($path,&$data){ if(is_dir($path)){ $dp=dir($path); while($file=$dp->read()){ if($file!='.'&& $file!='..'){ $this->searchDir($path.'/ 阅读全文

posted @ 2018-01-22 16:26 陈可 阅读(127) 评论(0) 推荐(0)

导航