快速示例:array_1 = 1,2,3; array_2 = a,b,c和array_3 =白色,红色,蓝色.
我需要一个像array_4 =((1,a,white),(2,b,red),(3,c,blue))的数组.
我希望我不要混淆.提前致谢.
php
php ×1