[code]String test = "12 41 21 19 15 10"; // The string you want to be an integer array. String[] integerStrings = test.split(" "); // Splits each spaced ...
確定! 回上一頁