代码:

1 from ctypes import *
2 
3 
4 lib = cdll.LoadLibrary("路径/文件名")

 

相关文章: