gpt4 book ai didi

cocoa - 如何获取 NSPredicate 中的特定字符串

转载 作者:行者123 更新时间:2023-12-03 16:21:40 24 4
gpt4 key购买 nike

如何在 NSPredicate 中获取字符串 "NSMetadataItemFSNameKey == *"predicateWithFormat 不起作用并崩溃。

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Unable to parse the format string "NSMetadataItemFSNameKey = *"'

最佳答案

如果您有字符串 @"NSMetadataItemFSNameKey == *" 并希望将其转换为谓词,则不能。它格式错误,因此您会遇到异常。

它需要是:@"NSMetadataItemFSNameKey == '*'"。星号周围的单引号非常重要。

关于cocoa - 如何获取 NSPredicate 中的特定字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6281787/

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