Set ie=WScript.CreateObject("InternetExplorer.Application") url=" http:/ www.google.com " ie.navigate url ie.navigate url2... 这样就会在同一窗口中打开网页。