摘要:
//1. [DllImport("Kernel32.dll")] //引入命名空间 using System.Runtime.InteropServices; public static extern bool Beep(int frequency, int duration);// 第一个参数是指频率的高低,越大越高,第二个参数是指响的时间多 Beep(500, 700)... 阅读全文
posted @ 2018-09-29 14:25
TMD睡觉
阅读(3421)
评论(0)
推荐(1)

浙公网安备 33010602011771号