最近需要完善乙個手機號碼歸屬地查詢的功能,比如:1590120,是北京地區動感地帶卡,那麼其他的手機號碼歸屬地是**哪?
我找到了乙份對應關係表,表結構:
createtable
mobile_info
( id
int(10) not
null
, mobile_number
character
varying(7
), region
character
varying(20
), city
character
varying(40
), mobile_type
character
varying(40
), area_code
character
varying(4
), post_code
character
varying(6
))
比如查詢乙個山西太原的手機號碼,取到前七位:1593562
***(single step mode: verify command)*******************************************select
*from mobile_info where mobile_number =
'1593562';
***(press return
to proceed or enter x and
return
to cancel)********************-[
record 1 ]-+
-------------
id |
183563
mobile_number
|1593562
region |山西
city |太原
mobile_type
|移動預付費卡
area_code
|0351
post_code
|030000
看見了吧,長春、撫順什麼的我都嘗試了,不錯。
特別感謝:去哪網門票部門 @劉陽 。
vba手機號碼歸屬 手機號碼歸屬地查詢
本 示例是基於php的聚合資料 手機號碼歸屬地查詢api服務請求的 樣例,使用前你需要 通過 此介面每日免費100次請求 聚合資料 手機號碼歸屬地查詢api header content type text html charset utf 8 apiurl params array phone 1...
手機號碼歸屬地
方法一 網路摘抄 輸入手機號碼得到歸屬地資訊 手機號碼 陣列型別0為歸屬地,1卡型別,2區 號,3郵 編 public static string gettelldate string number stringsplitoptions.removeemptyentries string strnu...
手機號碼歸屬地查詢(php redis)
這次做手機號碼的歸屬地查詢主要學到了redis和正則 也可以複製下面的 index.html 手機號碼 歸屬地運營商 其他api.php require once autoload.php phone isset post phone post phone null var dump phonein...