摘要: <?php Class Category{ //一维数组无限级分类 Static Public function yiwei($cate,$pid=0){ $arr=array(); foreach($cate as $v){ if($v['pid'] == $pid){ $arr[]=$v; $a 阅读全文
posted @ 2023-10-25 23:02 燕鹏 阅读(10) 评论(0) 推荐(0)