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 文档中写入/更新数据。
XML文件的路径:MyProject/res/xml/contacts.xml
MyProject/res/xml/contacts.xml
xml代码示例:
<contacts> <contact choise="0" phone="0" /> </contacts>
请注意 res 文件是静态的,不能在运行时更改。它也不可取。更好的是,您可以将其保存在数据库存在的内部文件中,将其复制到 sdcard 中,对其进行编辑并将其推回内部存储器并从 sdcard 中删除文件。