摘要: //根据祖先找子代 1 function getSonIdByCateId($cate_id,&$arr){ 2 $sql = "select id from category where pid = $cate_id"; 3 $rows = getAll($sql); 4 if($rows){ 5 阅读全文
posted @ 2022-01-11 20:28 旅行者无声 阅读(35) 评论(0) 推荐(0)