1.创建MediaPlayer对象,并装载音频文件。
MeadiaPlayer mp = MediaPlayer.create(this, int resid)
create有两种语法格式。
MeadiaPlayer mp = MediaPlayer.create(this, int resid)