W3School TIY Editor
W3School 在线教程
改变方向
暗黑模式
"red","1"=>"green"); $a2=array("0"=>"purple","1"=>"orange"); array_splice($a1,1,0,$a2); print_r($a1); ?>