国产探花免费观看_亚洲丰满少妇自慰呻吟_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ā)表
主站蜘蛛池模板: 巍山| 梅河口市| 罗源县| 鹤壁市| 苍梧县| 凌海市| 湖口县| 合江县| 巨野县| 浦县| 临澧县| 富源县| 昆明市| 买车| 庆阳市| 宁武县| 丰都县| 亚东县| 宁夏| 广灵县| 南昌市| 莆田市| 朝阳县| 谢通门县| 黑山县| 东海县| 蒙阴县| 绵竹市| 石屏县| 怀远县| 衡山县| 灯塔市| 称多县| 苗栗市| 湛江市| 溧阳市| 镇赉县| 田林县| 绿春县| 罗甸县| 赫章县|