国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 學(xué)院 > 開發(fā)設(shè)計(jì) > 正文

java判斷該手機(jī)號(hào)碼是否是移動(dòng)手機(jī)號(hào)段

2019-11-17 04:15:25
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

 /**
     * 判斷該手機(jī)號(hào)碼是否是移動(dòng)手機(jī)號(hào)段<br>
     *
     * @param phone
     * @return true or false
     * @throws Exception
     */
    PRivate boolean isMobileNumber(String phone) throws ServiceException {
        boolean isExist = false;

        phone = phone.trim();
        if (phone == null || phone.length() < 7) {
            try {
                throw new Exception("wrong phone length");
            } catch (Exception ex) {
                ex.printStackTrace();
            }
        }
        String code = phone.substring(0, 7);// 暫時(shí)保留2009-01-16 16:30

        if (code.startsWith("134") || code.startsWith("135")
                || code.startsWith("136") || code.startsWith("137")
                || code.startsWith("138") || code.startsWith("139")
                || code.startsWith("159") || code.startsWith("158")
                || code.startsWith("150") || code.startsWith("157")
                || code.startsWith("151") || code.startsWith("188")
                || code.startsWith("189")) {
            isExist = true;
        }
        return isExist;

    }


發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 天气| 黄平县| 澄迈县| 青神县| 兴业县| 泾源县| 平原县| 聊城市| 潞城市| 西城区| 平罗县| 米易县| 江阴市| 安康市| 兴化市| 葵青区| 台前县| 翁牛特旗| 宁晋县| 将乐县| 陕西省| 扎赉特旗| 汨罗市| 法库县| 灵璧县| 安阳县| 来凤县| 陈巴尔虎旗| 防城港市| 老河口市| 息烽县| 鄂托克前旗| 中宁县| 响水县| 富顺县| 惠州市| 梁平县| 广西| 安远县| 谷城县| 鹤岗市|