To get nth character in String, you can use String's charAt() method. chatAt() method accepts index as an argument and return the character at the given index.
確定! 回上一頁