System.Diagnostics.Process process = new System.Diagnostics.Process();
process.StartInfo.FileName = "IExplore.exe";
process.StartInfo.Arguments = "http://www.google.com";
process.Start();
windows mobile手机调用浏览器
最新推荐文章于 2025-08-22 21:28:52 发布