摘要: $a=[1,2,3,4,5]; $b=[a,b,c,d,e]; 结果 [[1,a],[2,b],[3,c],[4,d],[5,3]] return array_map(function($v1,$v2,$v3,$key) use($id,$content,$type){ return ['type' 阅读全文
posted @ 2019-01-11 10:57 酷酷的城池 阅读(389) 评论(0) 推荐(0)