$v) { if($v['pid'] == $pId) { //父亲找到儿子 $v[$sele] = getTree($data, $v['id']); $tree[] = $v; // unset($data[$k]); } } return $tree; } }