表示 Apple 属性列表文档。有关属性列表的文档,请访问此处:https://developer.apple.com/library/content/documentation/General/Conceptual/DevPedia-CocoaCore/PropertyList.html#//apple_ref/doc/uid/TP40008195-CH44
PlistDocument | 创建新的属性列表文档实例。 |
Create | 创建新的属性列表文档。 |
ReadFromFile | 从给定路径标识的文件中读取文档。 |
ReadFromStream | 从给定的文本阅读器中读取项目。 |
ReadFromString | 从给定的字符串中读取文档。 |
WriteToFile | 将项目内容写入指定文件。 |
WriteToStream | 将文档内容写入指定的文本写入器。 |
WriteToString | 将文档内容写入字符串。 |