阅读背景:

Python:将ip地址打包为ctype.c_ulong()以与DLL一起使用

来源:互联网 

given the following code:

给出以下代码:

import ctypes    
ip="192.168.1.1"
thisdll = ctypes.cdll['aDLL']
thisdll.functionThatExpectsAnIP(ip)
import c



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: