Jorgeee Asked: 2021-10-12 11:34:19 +0800 CST2021-10-12 11:34:19 +0800 CST 2021-10-12 11:34:19 +0800 CST 在 WhatsApp 网页上使用 cURL 时出错 [重复] 772 我正在尝试做一个 cURL,只获取网站的标题: curl -I https://api.whatsapp.com/send/?phone=51988888888&text&app_absent=0 但我得到一个提示,直到按下Enter或Ctrl+ C。 有什么我可以做的吗? curl 1 个回答 Voted Best Answer N0rbert 2021-10-12T13:40:49+08:002021-10-12T13:40:49+08:00 您必须按如下方式使用引号 curl -I "https://api.whatsapp.com/send/?phone=51988888888&text&app_absent=0" 以防止&被解释为某些任务的背景。
您必须按如下方式使用引号
以防止
&
被解释为某些任务的背景。