PHP返回数组中元素的数目 emer php 2023-12-10 297 <?php $cars=array("Volvo","BMW","Toyota"); echo count($cars); ?>