下列方法中,哪个方法是SharedPreferences获取其编辑器的方法
A: getEdit()
B: edit()
C: setEdit()
D: editor()
A: getEdit()
B: edit()
C: setEdit()
D: editor()
举一反三
- sharedPreferences获取其编辑器的方法是哪个() A: getEdit() B: edit() C: setEdit() D: getAll()
- 下列方法中,____是SharedPreferences实例获取其编辑器的方法。 A: getEdit() B: edit() C: setEdit() D: getAll()
- 下列选项中,用于获取SharedPreferences类的编辑器的方法是()。 A: getEdit() B: edit() C: setEdit() D: getAll
- 在SharedPreferences的方法中,使用()方法可以得到一个编辑器Editor对象 A: editor() B: getEditor() C: edit() D: getEdit()
- 在SharedPreferences的方法中,使用()方法可以得到一个编辑器Editor对象,然后通过这个Editor对象存储数据。 A: editor() B: getEditor() C: edit() D: getEdit ()