发布时间:2019-09-07 08:12:51编辑:auto阅读(2608)
官网:https://docs.python.org/2.6/library/ctypes.html?highlight=ctype#module-ctypes
ctypes 的简单使用。
ctypes 第一个程序hello world!
from ctypes import *
libc = CDLL("libc.so.6")
libc.printf("hello,world!")
上一篇: 使用python登陆dvbbs
下一篇: Android + Python(Dja
51345
50803
41399
38196
32688
29581
28414
23297
23257
21587
1665°
2397°
2002°
1938°
2270°
1971°
2674°
4474°
4304°
3069°