中国通信号码段 正则
// 中国移动134.135.136.137.138.139.150.151.152.157.158.159.187.188 ,147(数据卡)
// 中国联通130.131.132.155.156.185.186
// 中国电信133.153.180.189
// CDMA 133,153
private String mobile = "^1(3[4-9]|5[012789]|8[78])\\d{8}$";
private String unicom = "^1(3[0-2]|5[56]|8[56])\\d{8}$";
private String com = "^18[09]\\d{8}$";
private String cdma = "^1[35]3\\d{8}$";
相关推荐
拓网科技 2020-11-23
85433664 2020-11-17
拓网科技 2020-11-13
mspgqrs 2020-10-19
xiaotutu0000 2020-10-15
lifan0 2020-09-25
移动互联技术酒歌 2020-09-18
何砝 2020-09-16
anyvip 2020-09-15
zrhCSDN 2020-09-11
SanBa 2020-08-14
hiarxiaoliang 2020-08-05
虞凌云 2020-07-29
程序员说书 2020-07-08
dm00 2020-06-28
foamy 2020-06-17
saradx 2020-06-09
ASIC验证 2020-06-02
xiaoxiaodedu 2020-05-27