摘要: string str = Console.ReadLine(); System.Diagnostics.Process p = new System.Diagnostics.Process(); p.StartInfo.FileName = "cmd.exe"; p.StartInfo.UseShe 阅读全文
posted @ 2017-08-11 09:11 夏雨曦 阅读(5389) 评论(0) 推荐(0)