摘要: 1 返回值在c++里面为const char*,python 接收实际上为int类型 原因:python默认返回值为int 解决方法: import ctypes import os CUR_PATH = os.path.dirname(__file__) dllPath = os.path.joi 阅读全文
posted @ 2020-03-26 19:23 Eritque-arcus 阅读(222) 评论(0) 推荐(0)