发布时间:2019-09-07 08:12:51编辑:auto阅读(2610)
官网: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
51382
50855
41442
38233
32732
29636
28449
23358
23292
21624
1716°
2446°
2042°
1977°
2327°
2009°
2718°
4551°
4358°
3107°