数组的升降序排列

Posted 松哥1204

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了数组的升降序排列相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>排列</title>
</head>
<body>
    <script type="text/javascript">
        var arr = [1,10,30,2,3,5,100,500,200];
        function ascending(i,j) {
            return i-j;
        }

        function descending(i,j){
            return j-i;
        }

        alert(arr.sort(ascending));
        alert(arr.sort(descending));
    </script>
</body>
</html>

 

以上是关于数组的升降序排列的主要内容,如果未能解决你的问题,请参考以下文章

如何按字母升降序排序数组?

java中,如何实现集合的升序和降序排列

数组的高级API-sort

二维数组排序 按某个字段排序

js数组乱序输出 数组乱序排列

Tingq 模糊查询 共多少条数据 最大小平均求和值 升降序