如果您只想使用JDK(7)中的方法: import java.util.Arrays; String str = Arrays.toString(myList.toArray());. 永远不要自己制造 ...
確定! 回上一頁