摘要: 控制鼠标 from pynput.mouse import Button, Controller mouse = Controller() print('The current pointer position is {0}'.format(mouse.position)) # 设置鼠标坐标 mou 阅读全文
posted @ 2020-04-21 16:19 Gex 阅读(813) 评论(0) 推荐(1) 编辑