我已经知道要使用您使用的默认浏览器打开网页:start www.google.com。但是,我试图打开一个URL,例如其中包含“&”的URL:
https://www.google.dz/?gws_rd=cr,ssl&ei=rXc_WYq3Msy2abGXpugH#safe=off&q=hello+world
Run Code Online (Sandbox Code Playgroud)
如果我使用:
start https://www.google.dz/?gws_rd=cr,ssl&ei=rXc_WYq3Msy2abGXpugH#safe=off&q=hello+world
Run Code Online (Sandbox Code Playgroud)
因为有一个 &
我希望能够通过curl 命令打开网站。到目前为止我还没有找到任何相关的东西。弹出的所有结果主要针对移动应用程序及其各自的开发语言。我希望能够做到:
curl <some flag or option> google.com
Run Code Online (Sandbox Code Playgroud)
然后就会弹出 google.com 网页。这样的事情可能吗?