• 2022-10-29
    以下代码能将信息正确写入文件的是()。(说明:editor是SharedPreferences编辑器对象)
    A: editor.putString("age",20);
    B: editor.putInt("age","20");
    C: editor.putBoolean("flag",true);
    D: editor.putBoolean("flag","true");