全局变量Process p; private void simpleButton_OK_Click(object sender, EventArgs e) { string WriteLine = "python test.py"; p = new Process(); //设置要启动的 ...
確定! 回上一頁