摘要: import pyautogui,time,random pyautogui.PAUSE = 3 pyautogui.FAILSAFE = True width, height = pyautogui.size() #print(str(width)) #print(str(height)) def 阅读全文
posted @ 2020-02-16 09:12 凉城 阅读(182) 评论(0) 推荐(0) 编辑