檔案:CameraDll.dll
DLL可以由安裝QQ(2006版)或下方直接下載獲得
QQ路經
C:\Program Files (x86)\Tencent\QQ
Python環境
python 2.x
代碼
#!/usr/bin/python
# -*- coding: utf-8 -*-
import ctypes
dll = ctypes.cdll.LoadLibrary('CameraDll.dll')
dll.CameraSubArea(0)
運行結果

檔案:CameraDll.dll
DLL可以由安裝QQ(2006版)或下方直接下載獲得
QQ路經
C:\Program Files (x86)\Tencent\QQ
Python環境
python 2.x
代碼
#!/usr/bin/python
# -*- coding: utf-8 -*-
import ctypes
dll = ctypes.cdll.LoadLibrary('CameraDll.dll')
dll.CameraSubArea(0)
運行結果
本文标题:Python調用DLL - QQ截圖
本文链接:https://www.haomeiwen.com/subject/ikiffftx.html
网友评论