2020年6月3日
摘要: function listToTree($list, $pk = 'id', $pid = 'pid', $child = 'children', $root = 0) { $tree = array(); if (is_array($list)) { $refer = array(); forea 阅读全文
posted @ 2020-06-03 20:32 夏沫忆香 阅读(1868) 评论(0) 推荐(0)