System.Diagnostics.Process.Start( _
"C:/Program Files/Internet Explorer/IExplore.exe", " www.microsoft.com")
"C:/Program Files/Internet Explorer/IExplore.exe", " www.microsoft.com")
本文介绍了一种使用 C# 代码启动 Internet Explorer 并导航到 www.microsoft.com 的方法。通过 System.Diagnostics 命名空间下的 Process 类实现。

被折叠的 条评论
为什么被折叠?