public class Mobile extends Object
手机号码工具类
中国移动:134(不含1349)、135、136、137、138、139、147、150、151、152、157、158、 159、182、183、184、187、188、178| Constructor and Description |
|---|
Mobile() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isMobile(String mobile)
判断手机号码格式是否正确
|
static Set<String> |
parse(String string)
从字符串中获取所有的手机号码
|
static MobileType |
typeOf(String mobile)
获取手机号码运营商类型
|
public static boolean isMobile(String mobile)
mobile - 手机号码public static MobileType typeOf(String mobile)
mobile - 手机号码Copyright © 2017. All rights reserved.