摘要:
static void Main(string[] args) { string[] strArr;//参数列表 string sArguments = @"Pythons.py";//这里是python的文件名字 RunPythonScript(sArguments, "-u", strArr); }public static void RunPythonScript(string sArgName, string args = "",params string[] teps) ... 阅读全文
posted @ 2013-04-09 16:32
非“程”勿扰
阅读(1800)
评论(0)
推荐(0)
浙公网安备 33010602011771号