val list = ArrayList<String>() // 非空(构造函数结果) list.add("Item") ... 即 ArrayList<Integer>() 和 ArrayList<Character>() 是不能区分的。
確定! 回上一頁