33. 在程式中 SharedPreferences sp = getSharedPreferences("T", 0);
下列何者可以寫入"Hello"?
(A) sp.edit().putString("K","Hello").commit();
(B) sp.putString("K","Hello").commit();
(C) sp.edit().putString("K","Hello").submit();
(D) sp.putString("K","Hello").apply();
答案:登入後查看
統計: A(7), B(7), C(0), D(2), E(0) #2542915
統計: A(7), B(7), C(0), D(2), E(0) #2542915