AnyPref
AnyPref copied to clipboard
对象字段没有对应的put方法
如下
AnyPref.getPrefs("sample")//或者new SharedPrefs("sample")
.putLong("long", 920394857382L)
.putInt("int", 63)
.putString("string", "sample string");
其他字段有put方法, PrefSub对应的对象字段没有对应的方法.get方法也没有的. @NashLegend