代码如下: 

 

System.Diagnostics.Process ie = new System.Diagnostics.Process();
ie.StartInfo.FileName = "IEXPLORE.EXE";
ie.StartInfo.Arguments = "http://www.cnblogs.com/wangzhezhifenfeng/";
ie.Start();

相关文章:

  • 2021-10-29
  • 2021-12-31
  • 2021-09-17
  • 2021-10-18
  • 2021-12-25
  • 2021-11-13
  • 2021-11-03
  • 2021-12-31
猜你喜欢
  • 2021-10-18
  • 2021-10-18
  • 2021-08-29
  • 2021-12-15
  • 2021-11-02
相关资源
相似解决方案