python之auto鼠标/键盘事件

##test.pypython import os,sys from mouse_key import * def move_click(x,y,t=0.01): mouse_move(x,y) time.sleep(t) mouse_click(x,y) def readFile(fname): with open(fname, 'r') as f:
相关文章
相关标签/搜索