1 public void RightVoiceAndHint() 2 { 3 string path = CimsConstant.APLICATION_PATH + "wav\Success.wav"; 4 SoundPlayer player = new SoundPlayer(path); 5 player.Play();//简单播放一遍 6 }