gpt4 book ai didi

swift - 在 Swift 4 中显示字符值

转载 作者:行者123 更新时间:2023-11-30 11:50:49 27 4
gpt4 key购买 nike

我正在开发一个与字符一起使用的程序。问题是调试器将它们显示为 smallUTF16 值(至少是我的猜测)。见下图:

enter image description here

此行为在 AppCode 中是相同的。

那么,如何让调试器显示调试中的字符呢?

最佳答案

printterminator 一起使用似乎是问题所在。如果您只想打印每个字符的 String 值,只需将 print 语句更改为:

print(c)

或者

print(String(c))

或者

print("\(c)")

或者

print(c.description)

关于swift - 在 Swift 4 中显示字符值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48326653/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com