C#中調用python腳本語言

1. 安裝IronPython 到http://ironpython.codeplex.com/下載IronPython。 安裝下載下來的安裝包(要先裝VS啊)。 2. 創建項目 創建一個C#的控制檯應用程序。 添加引用: 瀏覽到IronPython的安裝目錄中,添加對IronPython.dll,Microsoft.Scripting.dll 兩個dll的引用。 3. 添加Python文件到當前
相關文章
相關標籤/搜索