pyautogui.screenshot宽高
时间: 2023-09-08 22:14:08 浏览: 245
获取屏幕宽高
pyautogui.screenshot() 函数用于获取屏幕的截图。它不接受宽高作为参数,而是直接返回整个屏幕的截图。如果你想获取特定区域的截图,可以使用 pyautogui.screenshot(region=(left, top, width, height)),其中 left、top、width 和 height 分别表示区域的左上角坐标和宽高。
阅读全文
获取屏幕宽高