gpt4 book ai didi

substring - Swift 2.0 substringwithrange

转载 作者:行者123 更新时间:2023-12-04 13:31:36 32 4
gpt4 key购买 nike

我有Xcode 7 gm,带有swift 2.0,等效于

Let myNSString = "full text container"
myNSString.substringWithRange(NSRange(location: 0, length: 3))
的表达式
使用新的字符串类?

最佳答案

尝试这个:

let myString = "full text container"
myString[myString.startIndex..<myString.startIndex.advancedBy(3)]

关于substring - Swift 2.0 substringwithrange,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32575227/

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