static Process procphp;
static void runPhpCommand()
{
string cPath = @"php";
string cParams = "-S localhost:80";
string filename = Path.Combine(cPath, "php.exe");
procphp = System.Diagnostics.Process.Start(filename, cParams);
}
此代码正常工作。 如何关闭此流程
更多代码或解释究竟什么不起作用
procphp.CloseMainWindow();
procphp.Close();
procphp.CloseMainWindow();
procphp.Close();
支持无参数
答案 0 :(得分:0)
亲爱的,我发现了。
if( TextBox2.Text=="")
TextBox2.Text="1";