python实现自动锁屏 2019-04-17 本文已影响0人 猿择 from ctypes import * user32 = windll.LoadLibrary('user32.dll') user32.LockWorkStation()