python與C#的互相調用

python與C#的互相調用 1、C#調用python 新建一個項目,添加引用:IronPython.dll,Microsoft.Scripting.dll(在IronPython的安裝目錄中)。 建立一個文本文件命名爲hello.py,把該文件添加的當前的項目中,並設置爲老是輸出。 #hello.py def welcome(name):     return "hello" + name 調用
相關文章
相關標籤/搜索