向數組尾部插入 "blue" 和 "yellow"——PHP

$a=array("red","green"); array_push($a,"blue","yellow"); print_r($a);
相關文章
相關標籤/搜索