PyQt/调用截图dll(只能用32位)/截图DLL测试.py
2018-09-05 15:23:21 +08:00

3 lines
66 B
Python

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