下列选项中,用于获取SharedPreferences类的编辑器的方法是()。
A: getEdit()
B: edit()
C: setEdit()
D: getAll
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获取其编辑器的方法 A: getEdit() B: edit() C: setEdit() D: editor()
- 在SharedPreferences的方法中,使用()方法可以得到一个编辑器Editor对象 A: editor() B: getEditor() C: edit() D: getEdit()
- 通过调用SharedPreferences类的()方法来获得编辑SharedPreferences中数据的编辑器对象。 A: remove() B: clear() C: edit() D: commit()