首页 > 问答 > 正文
初学者 代码有点长并且乱, 有数组 $a; 通过 print_r($a);
输出结果为 5250,11000,750
请问如何按由高至低排序,并存入到新的数组中例如 $b 中
城堡2021-04-28 09:39:23
arsort() 这个函数