package sojava; import java.util.ArrayList; public class Main { public static Object get(ArrayList list, int index) { if (list.size() > ...
確定! 回上一頁