Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 在 Cocoa 中解析 XML
iPhone - 我们可以使用 NSXMLParser 解析 .plist(xml) 文件吗?
有更简单的读取 plist 文件的方法。NSDictionary您可以对and使用以下方法NSArray:
NSDictionary
NSArray
- (id)initWithContentsOfFile:(NSString *)aPath
您绝对可以使用 NSXMLParser 来解析 xml plist 文件。但是,much简单地使用类来做到这一点要容易得多。NSPropertyListSerialization
much
NSPropertyListSerialization