import java.util.ArrayList; public class FirstandLastElemets{ public static void main(String[] args){ ArrayList<String> list = new ...
確定! 回上一頁