sohu 获取公网IP地址方式 http://txt.go.sohu.com/ip/soip
python方式
#!/usr/bin/python # -*- coding:utf8 -*- import urllib2 import re url = urllib2.urlopen("http://txt.go.sohu.com/ip/soip") text = url.read() ip = re.findall(r'\d+.\d+.\d+.\d+',text) print ip[0]
shell
echo $(curl -s http://txt.go.sohu.com/ip/soip)| grep -P -o -i "(\d+\.\d+.\d+.\d+)"
- THE END -
统计号码省份api
https://tcc.taobao.com/cc/json/mobile_tel_segment.htm?tel=