= 3 { ... } 但是现在我得到一个错误: count is unavaila-6ren">
gpt4 book ai didi

string - 如何在 Swift 2.0 中获取字符串的长度?

转载 作者:IT王子 更新时间:2023-10-29 05:11:49 24 4
gpt4 key购买 nike

到目前为止:

let string = "my example string"
if count(string) >= 3 { ... }

但是现在我得到一个错误:

count is unavailable: access the count property on the collection. Type String doesn't conform to protocol CollectionType

最佳答案

哦,很简单:

string.characters.count

关于string - 如何在 Swift 2.0 中获取字符串的长度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31069069/

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