利用SharedPreferences 保存实体类

public static SharedPreferences preferences; public static SharedPreferences.Editor editor; preferences = getSharedPreferences("test", MODE_PRIVATE); editor = preferences.edit(); 保存blog 获取get
相关文章
相关标签/搜索