设置系统声音的代码,使用【DllImport("winmm.dll")] //引用winmm.dll public static extern long waveOutSetVolume(uint deviceID, uint Volume); //参数为uint