例如是checkBox的话:
sp,edit().putBoolean("key",value);
取的话:
boolean ischecked = sp,edit().putBoolean("key");