话不多说,请看代码:
PHP?format=js',function(_result) {
if (remote_ip_info.ret == '1') {
alert('国家:' + remote_ip_info.country +'\n省:' + remote_ip_info.province + '\n市:' + remote_ip_info.city + '\n区:' + remote_ip_info.district + '\nISP:' + remote_ip_info.isp + '\n类型:' + remote_ip_info.type + '\n其他:' + remote_ip_info.desc);
} else {
alert('没有找到匹配的IP地址信息!');
}
});
原文链接:https://www.f2er.com/js/41377.html