【PHP】性能优化总结 2 年 ago 宇, 华 1 minute 处理速度总结 添加数组 使用[]进行添加比array_push快两倍。 请在 [ ] 中添加 $val[] = "りんご"; 使用array_push进行添加 $val = arrray_push("りんご");