pip install ctypes from ctypes import * while True: u = windll.LoadLibrary(‘user32.dll’) … Continue reading python操作 windows 锁屏与锁屏状态判断
pip install ctypes from ctypes import * while True: u = windll.LoadLibrary(‘user32.dll’) … Continue reading python操作 windows 锁屏与锁屏状态判断