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方法创建MediaPlayer B.直接newMediaPlayer即可 C.需要调用setDataSource方法设置文件源 D.直接调用start方法,无需设置文件源