数字型String字符串转换成int型数组 · String a = "1,2,3,4,5,6" · String str[] = a.split(","); · int array[] = new int[str.length]; · for(int i=0;i<str ...
確定! 回上一頁