 闽公网安备 35020302035485号
                
                闽公网安备 35020302035485号
                Process.Start("https://www.duidaima.com");
但该代码在 .NET 6.0 中执行会出错:An error occurred trying to start process ‘https://www.duidaima.com’ with working directory ‘xxxx’.系统找不到指定的文件。
Process.Start(new ProcessStartInfo("https://www.duidaima.com") { UseShellExecute = true });
