A.Toast不能显示图片 B.显示Toast会使原activity失去焦点 C.Toast可以通过setView方法来显示一个自定义view D.Toastt=newToast(context);以上两行代码可以显示出一个toast
A.Environment.getExternalStorageDirectory() B.openFileOutput(Stringname,intmode) C.File(Filedir,Stringname) D.Environment.getDataDirectory()
A.JSONObject B.JSONArray C.JSON D.JSONToken