安卓工具类SharedPreferencesUtil public static boolean putData(String key, Object value) { boolean result; SharedPreferences.Editor editor = sp.edit(); String type = value.getClass().getSimpleName();