播放wav文件

using System; using System.Runtime.InteropServices; public class WAVSounds {     [DllImport( " WinMM.dll " )]     public static extern bool   PlaySound( byte []wfname, int fuSound);     public int SND
相關文章
相關標籤/搜索