You are calling charAt(0) on firstLetter, which is a primitive char. What you try to do is comparing two chars. FirstLetter is already a char, ...
確定! 回上一頁