摘要: 在C#使用Python脚本文件要注意的的是,首先要将IronPython2.7安装路径中的两个dll文件添加到C#引用中一个是IronPython.dll,另一个是Microsoft.Scripting.dll库文件;其次在代码中添加引用如下所示: using IronPython.Hosting; 阅读全文
posted @ 2021-06-02 10:27 MaxBruce 阅读(291) 评论(0) 推荐(0)