HostLookup

HostLookup[name]

给出具有指定名称的主机的 IP 地址.

HostLookup[address]

给出具有指定 IP 地址的主机的主机名.

HostLookup[spec,prop]

给出主机的指定属性.

HostLookup[spec,All]

给出主机的已找到的属性关联.

更多信息

  • 如果找不到主机,HostLookup 返回 Missing["NotFound"].
  • HostLookup 中的可能属性包括:
  • "FullName"主机的全名
    "IPv4Addresses"IPv4 IP 地址
    "IPv6Addresses"IPv6 IP 地址
  • HostLookup[host] 中,host 可以是 URL,作为字符串或 URL 对象给出. 它也可以是作为字符串或 IPAddress 对象给出的 IP 地址.

范例

基本范例  (5)

查找与主机相关联的 IP 地址:

查找 IP 地址的的主机名:

查找与主机相关联的 IPv4 地址:

查找与主机相关联的 IPv6 地址:

查找与主机相关联的所有属性:

查找与 IP 地址相关联的全名:

Wolfram Research (2015),HostLookup,Wolfram 语言函数,https://reference.wolfram.com/language/ref/HostLookup.html.

文本

Wolfram Research (2015),HostLookup,Wolfram 语言函数,https://reference.wolfram.com/language/ref/HostLookup.html.

CMS

Wolfram 语言. 2015. "HostLookup." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/HostLookup.html.

APA

Wolfram 语言. (2015). HostLookup. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/HostLookup.html 年

BibTeX

@misc{reference.wolfram_2024_hostlookup, author="Wolfram Research", title="{HostLookup}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/HostLookup.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_hostlookup, organization={Wolfram Research}, title={HostLookup}, year={2015}, url={https://reference.wolfram.com/language/ref/HostLookup.html}, note=[Accessed: 21-November-2024 ]}