摘要: 1、鼠标操作 from pymouse import PyMouse myMouse = PyMouse() #获取当前的鼠标位置 # nowP = myMouse.position() # print(nowP) #鼠标移动到坐标(x,y)处 myMouse.move(300,600) time. 阅读全文
posted @ 2019-12-22 00:14 连接中 阅读(1111) 评论(0) 推荐(0) 编辑