A.Environment.getExternalStorageDirectory() B.openFileOutput(Stringname,intmode) C.File(Filedir,Stringname) D.Environment.getDataDirectory()
A.JSONObject B.JSONArray C.JSON D.JSONToken
A.需要使用MediaPlayer.create方法創(chuàng)建MediaPlayer B.直接newMediaPlayer即可 C.需要調用setDataSource方法設置文件源 D.直接調用start方法,無需設置文件源