Collections类(包含大量处理Collection的静态方法) static <T extends Comparable<? super T>> void sort(List<T> list) Sorts the specified list into ascending order, according to the natural ordering of its elements. 题目描述 给定n个字符串,请对n个...