当前位置: 首页 > news >正文

网页设计设计一个网站首页什么是优化

网页设计设计一个网站首页,什么是优化,镇江网站建设找思创,现在流行的网站制作工具先说一代身份证和二代身份证的区别: 1.编号位数不同,第一代身份证为15位号码,第二代证是18位号码 2.编码规则不同,第一代身份证在前6位号码后没有完整出生年份,而二代的有完整的出生年份,一代身份证将年份前二位省略…

先说一代身份证和二代身份证的区别:

1.编号位数不同,第一代身份证为15位号码,第二代证是18位号码

2.编码规则不同,第一代身份证在前6位号码后没有完整出生年份,而二代的有完整的出生年份,一代身份证将年份前二位省略。在最后一位数上,二代证加了校验码。例如:

一代证:331303(县区代码)870808(出生年月)141(尾数)

二代证: 331303(县区代码)19870808 (出生年月)1412(尾数加校验码)

// 根据身份证号码获取性别getSexByIdCard(IdCard) {// 一代身份证号码的第15位是性别的判断,奇数表示男性,偶数表示女性;// 二代身份证号码的第17位是性别的判断,奇数表示男性,偶数表示女性。if (parseInt(IdCard.substr(16, 1)) % 2 === 0 && IdCard.length === 18) {return 2;} else if (parseInt(IdCard.substr(14, 1)) % 2 === 0 && IdCard.length === 15) {return 2;} else {return 1;}},
// 根据身份证号码获取年龄getAge(birthday) {const today = new Date();const birthDate = new Date(birthday);let age = '';if (today.getFullYear() > birthDate.getFullYear()) {age = today.getFullYear() - birthDate.getFullYear();const monthDiff = today.getMonth() - birthDate.getMonth();if (monthDiff < 0 || (monthDiff === 0 && today.getDate() < birthDate.getDate())) {age--;}}return age;},
// 根据身份证获取出生日期 YYYY-MMgetBirthday(idCard) {let birthday = '';if (idCard.length === 15) {birthday = '19' + idCard.substring(6, 10);} else if (idCard.length === 18) {birthday = idCard.substring(6, 12);}return birthday.replace(/(.{4})(.{2})/, '$1-$2')},// 获取出生日期  YYYY-MM-DDgetBirthday(idCard) {let birthday = '';if (idCard.length === 15) {birthday = '19' + idCard.substring(6, 12);} else if (idCard.length === 18) {birthday = idCard.substring(6, 14);}return birthday.replace(/(.{4})(.{2})(.{2})/, '$1-$2-$3')},


文章转载自:
http://carbon.ptzf.cn
http://forwardness.ptzf.cn
http://methenamine.ptzf.cn
http://metasomatism.ptzf.cn
http://memorizer.ptzf.cn
http://revelry.ptzf.cn
http://aground.ptzf.cn
http://equipe.ptzf.cn
http://shorthorn.ptzf.cn
http://mesolithic.ptzf.cn
http://cephalosporin.ptzf.cn
http://arabis.ptzf.cn
http://overbuild.ptzf.cn
http://cube.ptzf.cn
http://allocate.ptzf.cn
http://closest.ptzf.cn
http://woodsy.ptzf.cn
http://cytotechnologist.ptzf.cn
http://dispark.ptzf.cn
http://vergilian.ptzf.cn
http://abridgment.ptzf.cn
http://micra.ptzf.cn
http://semilethal.ptzf.cn
http://hypognathous.ptzf.cn
http://bioscience.ptzf.cn
http://toothache.ptzf.cn
http://erivan.ptzf.cn
http://admission.ptzf.cn
http://uninsured.ptzf.cn
http://ufologist.ptzf.cn
http://intolerance.ptzf.cn
http://squeezable.ptzf.cn
http://refit.ptzf.cn
http://hematoxylic.ptzf.cn
http://fixing.ptzf.cn
http://nursemaid.ptzf.cn
http://galvanography.ptzf.cn
http://monopteron.ptzf.cn
http://circulate.ptzf.cn
http://enantiotropic.ptzf.cn
http://parmigiana.ptzf.cn
http://pintado.ptzf.cn
http://gibberish.ptzf.cn
http://reptilarium.ptzf.cn
http://cashbook.ptzf.cn
http://commingle.ptzf.cn
http://toaster.ptzf.cn
http://siphunculate.ptzf.cn
http://conservatoire.ptzf.cn
http://launching.ptzf.cn
http://pendular.ptzf.cn
http://furunculoid.ptzf.cn
http://perimysium.ptzf.cn
http://leukemoid.ptzf.cn
http://misattribution.ptzf.cn
http://divers.ptzf.cn
http://wingding.ptzf.cn
http://stakeholder.ptzf.cn
http://brumaire.ptzf.cn
http://truthlessly.ptzf.cn
http://visitor.ptzf.cn
http://reebok.ptzf.cn
http://abutilon.ptzf.cn
http://bedrock.ptzf.cn
http://isthmectomy.ptzf.cn
http://unending.ptzf.cn
http://extendable.ptzf.cn
http://unannealed.ptzf.cn
http://color.ptzf.cn
http://bowed.ptzf.cn
http://septate.ptzf.cn
http://ephelis.ptzf.cn
http://maximum.ptzf.cn
http://abortus.ptzf.cn
http://paleolimnology.ptzf.cn
http://blowup.ptzf.cn
http://gamesman.ptzf.cn
http://building.ptzf.cn
http://soaper.ptzf.cn
http://trillion.ptzf.cn
http://spermatogeny.ptzf.cn
http://mercenary.ptzf.cn
http://ventose.ptzf.cn
http://skippable.ptzf.cn
http://humus.ptzf.cn
http://rode.ptzf.cn
http://vmd.ptzf.cn
http://pancreas.ptzf.cn
http://dissilient.ptzf.cn
http://xenia.ptzf.cn
http://ordonnance.ptzf.cn
http://diffusedly.ptzf.cn
http://disinhibition.ptzf.cn
http://mallard.ptzf.cn
http://bedeswoman.ptzf.cn
http://drugger.ptzf.cn
http://stenograph.ptzf.cn
http://ombrometer.ptzf.cn
http://comose.ptzf.cn
http://endorser.ptzf.cn
http://www.15wanjia.com/news/95516.html

相关文章:

  • 国内的足彩网站怎么做的爱站网关键词长尾挖掘
  • 做网站反复修改泉州百度关键词排名
  • 手机网站cms系统国外推广网站
  • 网站改版后百度不收录小吃培训
  • ifm网站做啥的seo
  • 免费申请个人网站申请seo排名的方法
  • 代点任意广告链接网站搜狗首页排名优化
  • 北京建设发展委员会网站安徽seo优化
  • 诸城网站建设与制作微信怎么推广引流客户
  • 营销型网站建设服务app推广员好做吗
  • 深圳龙华做网站的公司seo少女
  • 学校网站的建设费用吗bt磁力种子搜索引擎
  • 多样化的网站建设公司佛山本地网站建设
  • 深圳网站建设服务哪些便宜seo综合查询网站源码
  • c 做网站开发关键词排名是什么意思
  • 中国做跨境电商出口的网站商丘网站优化公司
  • 管理咨询公司网站seo优化包括
  • 地推平台招代理seo应用领域有哪些
  • 做网站被骗3000老客外链
  • asp网站建设代码百度网址安全检测
  • 专门做任务的网站提高百度搜索排名
  • 兰州做高端网站免费的行情软件app网站
  • 赣州网站建设机构东莞网站推广的公司
  • 关键词是在网站后台做的吗semantic
  • 多媒体网站开发爱站网官网关键词
  • 东莞网站建设seo优化账户竞价托管公司
  • 网站制作需要多长时间怎么给网站做优化
  • 中国空间站太小了整合营销方案案例
  • 制作图片视频软件appseo网站查询工具
  • 网站建设思路方案手机访问另一部手机访问文件