SoundPlayer sp = new SoundPlayer();sp.SoundLocation = @"D:\KwDownload\我永远不懂.wav";//文件路径sp.Play();//播放我就懂这个。