You can access the characters in a String like you would with a normal array: var st = "abc" print(st[0]). prints a .
確定! 回上一頁