【C#学习笔记】播放wma/mp3文件

using System; using System.Runtime.InteropServices; namespace ConsoleApplication { class Program { [DllImport("winmm.dll")] public static extern uint mciSendString(string lpst
相关文章
相关标签/搜索