国产91福利在线观看,漂亮女保姆电影,欧美高h视频,青青青在线播放,96pao国产成视频永久免费,2022精品国偷自产免费观看,天天射天天爽

龍巖易富通網(wǎng)絡(luò)科技有限公司

龍巖小程序開(kāi)發(fā),龍巖分銷(xiāo)系統(tǒng)

網(wǎng)易有道IP,身份證號(hào),手機(jī)號(hào)歸屬地API查詢(xún)接口

2015.09.10 | 824閱讀 | 0條評(píng)論 | 未命名

網(wǎng)易有道IP,身份證號(hào), 手機(jī)號(hào)歸屬地API查詢(xún)接口 http://www.youdao.com/smartresult-xml/search.s?type=ip&q=ip地址 GET后返回XML數(shù)據(jù), 包含原IP及歸屬地. 此外type還可以: mobile(手機(jī)號(hào)), id(身份證). 尚未發(fā)現(xiàn)有限制 網(wǎng)易有道m(xù)obile(手機(jī)號(hào)): http://www.youdao.com/smartresult-xml/search.s?type=mobile&q=手機(jī)號(hào)碼 網(wǎng)易有道id(身份證): http://www.youdao.com/smartresult-xml/search.s?type=id&q=身份證號(hào) 附上PHP代碼吧: function ip_location($ip) { $u = "http://www.youdao.com/smartresult-xml/search.s?type=ip&q={$ip}"; $r = utility::HttpRequest($u); preg_match("#<location>(.+)</location>#Ui", $r, $m); return strval($m[1]); } 網(wǎng)易有道IP,身份證號(hào),手機(jī)號(hào)歸屬地API查詢(xún)接口還不錯(cuò)吧,xml格式,當(dāng)然這些接口很多,你也可以換其他的。

贊 (

發(fā)表評(píng)論