111,126
社区成员
发帖
与我相关
我的任务
分享 System.Diagnostics.ProcessStartInfo Info = new System.Diagnostics.ProcessStartInfo();
Info.FileName =p.Name;
System.Diagnostics.Process Proc;
Proc = System.Diagnostics.Process.Start(p.Name);