请谁来帮帮我!我对这里一无所知。我厌倦了在网上搜索它。可以用python刷新Windows吗?如果可能的话,我们可以用python中的'os‘模块来实现吗?
import os
发布于 2020-03-19 02:22:05
import pyautogui as dp
import time
dp.hotkey('win', 'd')
dp.position(x = 1920,y =540) ### You can change x and y based on the resolution of your pc
dp.click(x = 1920,y =540,button = 'right')
dp.click(x = 1900,y =620)## These coordiantes are not universal, changes as per the pc resolution
https://stackoverflow.com/questions/59691934
复制相似问题