摘要:
<?function readsfile($path){ $dir=opendir($path); while ($file=readdir($dir)) { $filepath=$path."/".$file; if($file!="."&& $file!=".."){ if(is_dir($filepath)){ echo "<tr>"; echo "<td ><font color='red'>".$file.&qu 阅读全文
posted @ 2011-10-12 21:45
菜菜学习
阅读(325)
评论(0)
推荐(0)