gpt4 book ai didi

swift - Hacking with Swift functions count 不可用 没有普遍适用的好答案

转载 作者:可可西里 更新时间:2023-11-01 00:55:07 24 4
gpt4 key购买 nike

//functions swift
func countLetters(in string: String) {
print("The string \(string) has \(string.count) letters.")
}

countLetters(in: "Hello")

enter image description here

我不明白为什么它说计数不可用:没有普遍的好答案,请参阅文档评论进行讨论。

最佳答案

可能是您的 Swift 版本太旧了。 count 属性直到 Swift 4 才出现。在那种情况下,您可以使用 string.characters.count 代替。

关于swift - Hacking with Swift functions count 不可用 没有普遍适用的好答案,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51676071/

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