add("c"); List<String> b = new ArrayList<String>(a.size()); Collections.copy(b,a);. 这失败了,因为基本上它认为 b 不足以容纳 a 。是的,我知道 b ...
確定! 回上一頁