摘要:
不用多说,直接上代码: System.Media.SoundPlayer sp = new System.Media.SoundPlayer(); sp.SoundLocation = @"D:\tmp\wav\1.wav"; sp.PlaySync(); sp.SoundLocation = @"D:\tmp\wav\2.wav"; sp.PlaySync(); sp.SoundLocation = @"D:\tm... 阅读全文
posted @ 2014-03-21 09:27
浪剑
阅读(863)
评论(0)
推荐(0)