本文实例讲述了jQuery实现根据身份证号获取生日、年龄、性别等信息的方法。分享给大家供大家参考,具体如下:
jquery根据身份证号获取生日、年龄、性别
1.html
2.js
var getCode = function () {
var ele = $("input").val();
var birth = ele.substring(6, 10) + "-" + ele.substring(10, 12) + "-" + el
1、通过身份证号查询所在省市
SELECT
count(*) as total,
case substr(t.CERTNO,0,2)
when '11' then '北京市'
when '12' then '天津市'
when '13' then '河北省'
when '14' then '山西省'
when '15' then '内蒙古自治区'
when '21' then '辽宁省'
when '22' then '吉林省'
when '23' then