gpt4 book ai didi

c# - Windows Phone 8 (C#) 上 NSUserDefaults 的等价物是什么

转载 作者:行者123 更新时间:2023-11-30 17:02:43 24 4
gpt4 key购买 nike

我想在设备存储中保存数据(键值对),并在以后读取它们(即使应用程序退出并再次启动)。

在 iOS 中,我使用 NSUserDefaults 执行此操作。


我试过 IsolatedStorageSettings,像这样:
IsolatedStorageSettings appSettings = IsolatedStorageSettings.ApplicationSettings;
appSettings.Add("myKey","myValue");

但是当我在模拟器中重新启动应用程序并尝试获取appSettings["myKey"] value 我得到一个异常:System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.

最佳答案

啊,我找到了:))

我忘了调用 save() 方法 :)
appSettings.Save();

关于c# - Windows Phone 8 (C#) 上 NSUserDefaults 的等价物是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19444110/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com