PyQt/其它/调用截图dll(只能用32位)/截图DLL测试.py
2018-10-28 00:24:47 +08:00

3 lines
66 B
Python

from ctypes import CDLL
dll = CDLL('ScreenShot.dll')
dll.PrScrn()