假设$a $b $c 三个数组,a和b有值,如果c没有任何数据,array_merge( $a , $b , $c )后返回的是一个null值。 现在想c没数据的时候 ...