php 数组添加新元素

2018-01-16  本文已影响22人  panw3i
<?php
$a=array("red","green");
array_push($a,"blue","yellow");
print_r($a);
?>
上一篇 下一篇

猜你喜欢

热点阅读