php array_merge函数使用需要注意的一个问题 使用php语言的array_merge函数时,以为相同的键名会覆盖,但是请看如下代码:$a1=array(1=>'ab array_merge函数