Collections常用功能java.utils. ... list.add(200); list.add(50); //排序方法 Collections.sort(list); System.out.println(list); } } 复制代码.
確定! 回上一頁