使用python来锁定你的windows屏幕2018-07-19 本文已影响0人 远航天下代码如下:直接运行就可看到效果 from ctypes import * aaa = windll.LoadLibrary('user32.dll') aaa.LockWorkStation()