访问SharedPreferences文件itcast中key为“ name”的代码可以是()。
A. getSharedPreferences("name", Context.MODE_PRIVATE).getString("itcast ", "");
B. getSharedPreferences("itcast", Context.MODE_PRIVATE).getString("name", "");
C. getSharedPreferences("itcast", Context.MODE_PRIVATE).getString("", " name ");
D. getSharedPreferences("", Context.MODE_PRIVATE).getString("itcast", " name ");