日期:2014-05-17 浏览次数:20721 次
System.Media.SoundPlayer palyer = new System.Media.SoundPlayer("hello.wav");
palyer.Play();
System.Media.SoundPlayer player = new SoundPlayer();
player.SoundLocation = "C:\\Users\\Administrator\\Desktop\\tjuboxes\\files\\Change.wav"; //这里是文件路径
player.Play();