📅  最后修改于: 2022-03-11 14:45:27.790000             🧑  作者: Mango
string strCmdText;
string file;
file = "py.py"
strCmdText= "python3" + file;
System.Diagnostics.Process.Start("CMD.exe",strCmdText);