到目前为止我已经得到了这个。只有 Chrome 浏览器打开(它是空的)并且它不考虑 url。我应该对 Shell 脚本进行哪些更改?
Sub ViewSource()
Dim chromePath As String
chromePath = """C:\Program Files\Google\Chrome\Application\chrome.exe"""
Shell (chromePath & "view-source:http://search.yahoo.com/search;_ylt=A0oGdXgbd8FQJXoAuj6l87UF?p=cars%20parts&fr=sfp&pqstr=car%20parts")
End Sub
谢谢!