我是 android 新手,我有一个三字符串数组列表(文件路径、数量、日期)我应该如何将它保存到 android studio 中的共享首选项?
Set<String> set1 = new HashSet<String>();
set2.addAll(Cheque_amount);
edit.putStringSet("Key1", set1);
edit.commit();
Set<String> set2 = new HashSet<String>();
set2.addAll(Cheque_amount);
edit.putStringSet("Key2", set2);
edit.commit();
像这样使用 Hashset 不起作用......
喵喔喔
相关分类