.版本 2 .支持库 shell .支持库 internet .支持库 spec .支持库 iconv .子程序 查询IP地址 .局部变量 您所要查询的IP地址, 文本型 .局部变量 配置文件储存路径, 文本型 您所要查询的IP地址 = “58.58.58.58” ' 留空为查询本机(访问者)IP地址(支持查询IPV4/IPV6地址) 配置文件储存路径 = 取特定目录 (#系统桌面) + “/ipdata.ini” 写到文件 (配置文件储存路径, 编码 (HTTP读文件 (“https://api.mir6.com/api/ip?ip=” + 您所要查询的IP地址 + “&type=ini”))) 调试输出 (“您的本机IP地址:” + 读配置项 (配置文件储存路径, “ipdata”, “myip”, )) 调试输出 (“您所查询的IP地址:” + 读配置项 (配置文件储存路径, “ipdata”, “ip”, )) 调试输出 (“IP地址转换为整数:” + 读配置项 (配置文件储存路径, “ipdata”, “dec”, )) 调试输出 (“所在国家:” + 读配置项 (配置文件储存路径, “ipdata”, “country”, )) 调试输出 (“国家代码:” + 读配置项 (配置文件储存路径, “ipdata”, “countryCode”, )) 调试输出 (“所在省份:” + 读配置项 (配置文件储存路径, “ipdata”, “province”, )) 调试输出 (“所在城市:” + 读配置项 (配置文件储存路径, “ipdata”, “city”, )) 调试输出 (“所在区县:” + 读配置项 (配置文件储存路径, “ipdata”, “districts”, )) 调试输出 (“所属公司单位:” + 读配置项 (配置文件储存路径, “ipdata”, “idc”, )) 调试输出 (“网络运营商:” + 读配置项 (配置文件储存路径, “ipdata”, “isp”, )) 调试输出 (“IP网络类型:” + 读配置项 (配置文件储存路径, “ipdata”, “net”, )) 调试输出 (“邮政编码:” + 读配置项 (配置文件储存路径, “ipdata”, “zipcode”, )) 调试输出 (“城市区号:” + 读配置项 (配置文件储存路径, “ipdata”, “areacode”, )) 调试输出 (“所查询IP协议类型:” + 读配置项 (配置文件储存路径, “ipdata”, “protocol”, )) 调试输出 (“集成归属地址:” + 读配置项 (配置文件储存路径, “ipdata”, “location”, )) 调试输出 (“服务器当前时间:” + 读配置项 (配置文件储存路径, “ipdata”, “time”, )) .子程序 编码, 字节集 .参数 编码内容, 字节集 返回 (编码转换 (编码内容, #编码_UTF_8, #编码_GB2312, ))