vbs版IP地理位置查询小偷
msg="请输入你要查询的IP或域名:" IP=Inputbox(msg,"IP地理位置查询小偷") IfIP=""ThenIP="127.0.0.1" url="http://www.ip.cn/?q="&IP&"" Body=getHTTPPage(url) SetRe=NewRegExp Re.Pattern="(查询结果为:.+)" SetMatches=Re.Execute(Body) IfMatches.Count>0ThenBody=M...