python study demo
摘要:using System;using IronPython.Hosting;using Microsoft.Scripting.Hosting;namespace PythonSample{ class Program { static void Main(string[] args) { //study1 var scriptEngine = Python.CreateEngine(); scr...
阅读全文
posted @ 2010-07-17 16:27
浙公网安备 33010602011771号