charAt(x); is causing issues, because enter.charAt(x) is returning a char, but sample holds an array of Strings. An easy way to fix this is as ...
確定! 回上一頁