java ArrayList用法html
ArrayList 獲取最大元素的索引:int indexOfMaxElement = list.indexOf(Collections.max(list));java