We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8082c commit 382c645Copy full SHA for 382c645
source/02_language_guide/03_Strings_and_Characters.md
@@ -631,6 +631,11 @@ let dogString = "Dog‼🐶"
631
</tr>
632
</table>
633
634
+如果表格无法正确显示,请参考下图:
635
+
636
+
637
638
639
```swift
640
for codeUnit in dogString.utf8 {
641
print("\(codeUnit) ", terminator: "")
@@ -674,6 +679,11 @@ print("")
674
679
675
680
676
681
682
683
684
+
685
686
677
687
678
688
for codeUnit in dogString.utf16 {
689
0 commit comments