摘要: 。。代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--functionfile_list($path){if($handle=opendir($path)){while(false!==($file=readdir($handle))){ if($file!="."&&$file!="..") { if(is_dir($path."/".$file)) { echo$path.":".$file. 阅读全文
posted @ 2011-02-01 10:07 derrck 阅读(231) 评论(0) 推荐(0)