如何在C#中启动一个外部程序

2025-04-24 13:57:37
推荐回答(1个)
回答1:

using System.Diagnostics;
Process.Start(exePath);