摘要: import ctypes from ctypes import * ll = cdll.LoadLibrary h_so = '/usr/lib/test.so' lib = ll(h_so) hid = ''.encode('utf-8') lib.testfun.argtypes = [cty 阅读全文
posted @ 2022-07-29 16:20 Tarzen 阅读(260) 评论(0) 推荐(0) 编辑