多项选择题

A.获取到应用中的SharedPreferences对象
B.通过执行edit()创建一个SharedPreferences.Editor
C.通过类似putString()与putInt()等方法传递keys与values
D.通过commit()方法提交改变