hege 发表于 2018-12-23 11:47:40

php数组排序


[*]function bubbsort(&$arr){//冒泡排序法
[*]      for($i=0,$temp=0;$i
页: [1]
查看完整版本: php数组排序