📅  最后修改于: 2022-03-11 14:48:10.735000             🧑  作者: Mango
Dim iURL
Dim objShell
iURL = "www.google.ie"
set objShell = CreateObject("Shell.Application")
objShell.ShellExecute "chrome.exe", iURL, "", "", 1