<?php $a=array("red","green"); array_push($a,"blue","yellow"); print_r($a); ?>
本文标题:php 数组添加新元素
本文链接:https://www.haomeiwen.com/subject/gaisoxtx.html
网友评论