如何获取该网站的IP地址?

Mas*_*oe2 1 windows nslookup ping

我想要https://sfbay.craigslist.org的 IP 地址。

C:\Users\dude>ping https://sfbay.craigslist.org
Ping request could not find host https://sfbay.craigslist.org. 
Please check the name and try again.
Run Code Online (Sandbox Code Playgroud)

所以,我尝试了 nslookup。输出中的 IP 均不允许我使用浏览器连接到该网站。如何获得正确的 IP 并连接?

C:\Users\nisum>nslookup https://sfbay.craigslist.org/
Server:  cachens1.paetec.net
Address:  66.155.216.122

Non-authoritative answer:
Name:    https://sfbay.craigslist.org/
Addresses:  104.239.198.84
          198.105.254.65
Run Code Online (Sandbox Code Playgroud)

Dev*_*x93 5

Ping 通常不包含协议。下面的命令对我有用。

ping sfbay.craigslist.org