摘要: 'sleep函数 Public Declare PtrSafe Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long) '获取鼠标坐标 Private Type POINTAPI x As Long y As Long End Type Pri 阅读全文
posted @ 2023-07-01 13:13 CrossPython 阅读(854) 评论(0) 推荐(0)