python在windows锁屏的代码
C:Userswangmingjie>pythonPython 2.7.4 (default, Apr 6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> from ctypes import *
>>> user32 = windll.LoadLibrary('user32.dll')
>>> user32.LockWorkStation()
1
>>>
python在windows锁屏的代码
以上是 python在windows锁屏的代码 的全部内容, 来源链接: utcz.com/z/521657.html