如果用了泛型上面的錯誤就不會發生了。 public class Test { public static void main(String[] args){ List<String> list = new ArrayList(); list.add(" ...
確定! 回上一頁