charAt(x) is returning a char, but sample holds an array of Strings. An easy way to fix this is as follows: sample[x]=""+enter.charAt(x); This ...
確定! 回上一頁