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.
是否可以在不使用外部库的情况下写入我已读取的 XML 文件?我已经阅读过关于使用 KissXML 进行写作的文章,但我想不带任何额外内容进行写作。
因此,如果我在内存中有一个 NSXMLElement 或 NSXMLDocument,我将如何更改其中一个节点?
谢谢
尝试阅读苹果文档:https ://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/NSXML_Concepts/NSXML.html#//apple_ref/doc/uid/TP40001269
在为文档调用 XMLStringWithOptions 后,您可以将 xml 数据作为字符串写入文件。