拍攝範圍越界異常,我在Xcode收到此錯誤信息: -[__NSCFString substringWithRange:]: Range {18446744073709551615, 1} out of bounds; string length 71. This will become an exception for apps linked after 10.10 and iOS 8. Warn
我試過的是使用for-in循環,但是隻循環到最後一個值,並給出rangeOfString的值。爲我想要的所有值編寫rangeOfString會很多,但如果需要,我不介意。我只是想知道是否可以使用數組。 while true {
let attempts = ["hello","goodbye"]
for attempt in attempts{
tru =
我的字符串是 NSString *str= @"Hello Hi How Are You Thank you";
如果我搜索「喜怎麼樣」或「你」或「謝謝」我使用NSCaseInsensitiveSearch得到的結果。 NSRange r=[searchable rangeOfString:@"hi how" options:NSCaseInsensitiveSearch]
if(r.lo