摘要: 通过模拟音量键输入方式实现 [DllImport("user32.dll")] static extern void keybd_event(byte bVk, byte bScan, UInt32 dwFlags, UInt32 dwExtraInfo); [DllImport("user32.d 阅读全文
posted @ 2024-10-24 17:07 奇迹之耀 阅读(79) 评论(0) 推荐(0)