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