摘要: private void Form1_Load(object sender, EventArgs e) { string A=" "; Process p = new Process(); p.StartInfo.FileName = "cmd.exe"; //命令 p.StartInfo.UseS 阅读全文
posted @ 2019-01-10 15:27 huangkeke 阅读(536) 评论(0) 推荐(0)