from win32api import GetMonitorInfo, MonitorFromPoint monitor_info = GetMonitorInfo(MonitorFromPoint((0, 0))) work_area ...
確定! 回上一頁