public int getMax(int arr[]) {  //获取最大数
        Arrays.sort(arr);
        return arr[arr.length-1];
    }
最后修改:2019 年 11 月 17 日
如果觉得我的文章对你有用,请随意赞赏