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:
相關文章
相關標籤/搜索