标签: python
如何检查应用是处于全屏模式还是处于Windows模式?
我正在使用process.Popen("wmplayer.exe", video.mp4)打开文件 然后,pyautogui.hotkey("alt","enter")切换到全屏。
process.Popen("wmplayer.exe", video.mp4)
pyautogui.hotkey("alt","enter")
如何验证应用是否处于全屏模式? 例如屏幕尺寸或分辨率?