Dim startInfo As New ProcessStartInfo("IExplore.exe", "http://www.iwebsms.com/") startInfo.CreateNoWindow = True Process.Start(startInfo) 相关文章: