• 大小: 44KB
    文件类型: .zip
    金币: 2
    下载: 0 次
    发布日期: 2024-02-01
  • 语言: Java
  • 标签: java  

资源简介

JAVA解析身份证省市自治区直辖市县级市区等相关代码,希望大家一起交流学习

资源截图

代码片段和文件信息


import java.util.HashMap;
import java.util.Map;

public class AreaData {

public static Map provinceCodeMap = new HashMap(34) {   
        {   
            this.put(“11“ “北京市“);   
            this.put(“12“ “天津市“);   
            this.put(“13“ “河北省“);   
            this.put(“14“ “山西省“);   
            this.put(“15“ “内蒙古自治区“);   
            this.put(“21“ “辽宁省“);   
            this.put(“22“ “吉林省“);   
            this.put(“23“ “黑龙江省“);   
            this.put(“31“ “上海市“);   
            this.put(“32“ “江苏省“);   
            this.put(“33“ “浙江省“);   
            this.put(“34“ “安徽省“);   
            this.put(“35“ “福建省“);   
            this.put(“36“ “江西省“);   
            this.put(“37“ “山东省“);   
            this.put(“41“ “河南省“);   
            this.put(“42“ “湖北省“);   
            this.put(“43“ “湖南省“);   
            this.put(“44“ “广东省“);   
            this.put(“45“ “广西省“);   
            this.put(“46“ “海南省“);   
            this.put(“50“ “重庆市“);   
            this.put(“51“ “四川省“);   
            this.put(“52“ “贵州省“);   
            this.put(“53“ “云南省“);   
            this.put(“54“ “西藏自治区“);   
            this.put(“61“ “陕西省“);   
            this.put(“62“ “甘肃省“);   
            this.put(“63“ “青海省“);   
            this.put(“64“ “宁夏回族自治区“);   
            this.put(“65“ “新疆维吾尔自治区“);   
            this.put(“71“ “台湾省“);   
            this.put(“81“ “香港“);   
            this.put(“82“ “澳门“);   
            this.put(“91“ “国外“);   
        }   
    };  
    
    public static Map cityCodeMap = new HashMap(500) {
     {
     this.put(“1101““北京市市辖区“);
     this.put(“1102““北京市市辖县“);
     this.put(“1201““天津市市辖区“);
     this.put(“1202““天津市市辖县“);
     this.put(“1301““河北省石家庄市“);
     this.put(“1302““河北省唐山市“);
     this.put(“1303““河北省秦皇岛市“);
     this.put(“1304““河北省邯郸市“);
     this.put(“1305““河北省邢台市“);
     this.put(“1306““河北省保定市“);
     this.put(“1307““河北省张家口市“);
     this.put(“1308““河北省承德市“);
     this.put(“1309““河北省沧洲市“);
     this.put(“1310““河北省廊坊市“);
     this.put(“1311““河北省衡水市“);
     this.put(“1324““河北省保定地区“);
     this.put(“1330““河北省衡水地区“);
     this.put(“1401““山西省太原市“);
     this.put(“1402““山西省大同市“);
     this.put(“1403““山西省阳泉市“);
     this.put(“1404““山西省长治市“);
     this.put(“1405““山西省晋城市“);
     this.put(“1406““山西省朔州市“);
     this.put(“1407““山西省晋中市“);
     this.put(“1408““山西省运城市“);
     this.put(“1409““山西省忻州市“);
     this.put(“1410““山西省临汾市“);
     this.put(“1411““山西省吕梁市“);
     this.put(“1422““山西省忻洲地区“);
     this.put(“1423““山西省吕梁地区“);
     this.put(“1424““山西省晋中地区“);
     this.put(“1426““山西省临汾地区“);
     this.put(“1427““山西省运城地区“);
     this.put(“1501““内蒙古呼和浩特市“);
     this.put(“1502““内蒙古包头市“);
     this.put(“1503““内蒙古乌海市“);
     this.put(“1504““内蒙古赤峰市“);
     this.put(“1505““内蒙古自治区通辽市“);
    

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        4964  2019-05-30 23:36  IdcardInfoExtractor.java
     文件       12438  2019-05-30 23:25  IdcardValidator.java
     文件      263806  2019-05-30 23:32  AreaData.java

评论

共有 条评论