摘要: 根据现有IP地址获取其地理位置(省份,城市等)的方法function GetIpLookup($ip = ''){ if(empty($ip)){ return '请输入IP地址'; } $res = @file_get_contents('... 阅读全文
posted @ 2015-10-22 10:46 archoncap 阅读(817) 评论(0) 推荐(0)