sol11-8.vbs

来自「Apress - Managing Enterprise Systems Wit」· VBS 代码 · 共 8 行

VBS
8
字号
Dim objIP, strAddress
'create an instance of the scripting host object
Set objIP = CreateObject("SScripting.IPNetwork")
'lookup the domain name for a IP address
strAddress = objIP.DNSLookup("207.46.230.219")

WScript.Echo "The FQDN for the address is " & strAddress

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?