货无忧
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

1 lines
1.4 KiB

"use strict";let t={11:"北京",12:"天津",13:"河北",14:"山西",15:"内蒙古",21:"辽宁",22:"吉林",23:"黑龙江",31:"上海",32:"江苏",33:"浙江",34:"安徽",35:"福建",36:"江西",37:"山东",41:"河南",42:"湖北",43:"湖南",44:"广东",45:"广西",46:"海南",50:"重庆",51:"四川",52:"贵州",53:"云南",54:"西藏",61:"陕西",62:"甘肃",63:"青海",64:"宁夏",65:"新疆",71:"台湾",81:"香港",82:"澳门",91:"国外"};function r(t,r,e,n){var u=(new Date).getFullYear();if(n.getFullYear()==t&&n.getMonth()+1==r&&n.getDate()==e){var a=u-t;return a>=3&&a<=100}return!1}exports.checkIDCard_birthday=function(t){var e,n,u,a,c=t.length;if(15==c){return r("19"+(n=(e=t.match(/^(\d{6})(\d{2})(\d{2})(\d{2})(\d{3})$/))[2]),u=e[3],a=e[4],new Date("19"+n+"/"+u+"/"+a))}return 18==c&&r(n=(e=t.match(/^(\d{6})(\d{4})(\d{2})(\d{2})(\d{3})([0-9]|X|x)$/))[2],u=e[3],a=e[4],new Date(n+"/"+u+"/"+a))},exports.checkIDCard_province=function(r){var e=r.substr(0,2);return null!=t[e]},exports.checkParity=function(t){if(t=function(t){if("15"==t.length){var r,e=[7,9,10,5,8,4,2,1,6,3,7,9,10,5,8,4,2],n=["1","0","X","9","8","7","6","5","4","3","2"],u=0;for(t=t.substr(0,6)+"19"+t.substr(6,t.length-6),r=0;r<17;r++)u+=t.substr(r,1)*e[r];return t+=n[u%11]}return t}(t),18==t.length){t=t.split("");for(var r=[7,9,10,5,8,4,2,1,6,3,7,9,10,5,8,4,2],e=0,n=0;n<17;n++)e+=t[n]*r[n];if([1,0,"X",9,8,7,6,5,4,3,2][e%11]==t[17].toUpperCase())return!0}return!1};