摘要: if (!function_exists('get_cate_list')) { //递归函数 实现无限级分类列表 function get_cate_list($list,$pid=0,$level=0) { static $tree = array(); foreach($list as $ro 阅读全文
posted @ 2021-11-15 08:06 南瓜不能吃 阅读(48) 评论(0) 推荐(0)