It is quite simple. String in Java is a array of the chars internally. Using charAt(int index) you have direct access to this.
確定! 回上一頁