07 2021 档案

C# 模拟鼠标移动和点击
摘要:我们需要用到的mouse_event函数,位于user32.dll这个库文件里面,所以我们要先声明引用。 [System.Runtime.InteropServices.DllImport("user32")] private static extern int mouse_event(int dw 阅读全文

posted @ 2021-07-19 17:18 离线 阅读(769) 评论(0) 推荐(0)

导航