from win32.win32api import GetSystemMetrics import mss left, top, right, bottom = (100,100,900,700) with mss.mss() as sct: # Part of the ...
確定! 回上一頁