asked
The Complete Guide to Swift5 for iOS Development
String Indices
Written on
·
361
0
왜 print(third)는 문자가 출력되지 않고 Index(_rawBits)가 출력되나요??
Answer 2
감사합니다~
안녕하세요 :)
세 번째 문자를 출력하고 싶다면 print를 호출할 때 thirdCha를 전달하셔야 합니다.