摘要: 参考链接 python调用dll是,要使用绝对路径,不然会存在其他包import这个包是发生错误 import os from ctypes import * dllpath = os.path.abspath(r"D:\python********\****\**\*******.dll") dl 阅读全文
posted @ 2022-05-24 20:43 Notomato 阅读(196) 评论(0) 推荐(0)