C#的Process类的一些用法(二)

2014-11-24 14:51:22 · 作者: · 浏览: 113
ommand);
//p.StandardInput.WriteLine("exit"); return p.StandardOutput.ReadToEnd();
}