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.
我正在开发一个软件来备份文件和隐藏联系人。我想知道是否可以将我的应用程序中的联系人一个一个备份到外部文件。
您可以使用 SQLite 数据库来保存联系人数据。它将由带有代表成员变量的列的联系表表示。您可以在 Google 上找到数据库助手等示例。祝你好运!希望能帮助到你