要特別注意index是從0開始,且如果有指定泛型的資料型態,放入其他資料型態的資料就會出現compilation error. List<string> a = new ArrayList(); ...
確定! 回上一頁