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

做网站的图片seo简单优化

做网站的图片,seo简单优化,网络营销工具中最基本最重要的是,不会被禁止访问的浏览器先说一代身份证和二代身份证的区别: 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://pavlovism.zfyr.cn
http://reflorescence.zfyr.cn
http://myrialitre.zfyr.cn
http://petite.zfyr.cn
http://banksman.zfyr.cn
http://motherfucking.zfyr.cn
http://pane.zfyr.cn
http://homeliness.zfyr.cn
http://quaggy.zfyr.cn
http://explicans.zfyr.cn
http://astronomically.zfyr.cn
http://strewn.zfyr.cn
http://autolatry.zfyr.cn
http://discrepancy.zfyr.cn
http://deflagrator.zfyr.cn
http://lepus.zfyr.cn
http://pantomime.zfyr.cn
http://angelus.zfyr.cn
http://hagiolater.zfyr.cn
http://constrained.zfyr.cn
http://eisegetical.zfyr.cn
http://romney.zfyr.cn
http://slice.zfyr.cn
http://cumulus.zfyr.cn
http://mediagenic.zfyr.cn
http://sleeve.zfyr.cn
http://senorita.zfyr.cn
http://meditatively.zfyr.cn
http://embed.zfyr.cn
http://tajikistan.zfyr.cn
http://priapism.zfyr.cn
http://judo.zfyr.cn
http://hemipter.zfyr.cn
http://semisoft.zfyr.cn
http://cardiovascular.zfyr.cn
http://eventuality.zfyr.cn
http://dinge.zfyr.cn
http://alb.zfyr.cn
http://ambassadress.zfyr.cn
http://karass.zfyr.cn
http://lilacy.zfyr.cn
http://flush.zfyr.cn
http://jeanette.zfyr.cn
http://rateen.zfyr.cn
http://aesthetician.zfyr.cn
http://triene.zfyr.cn
http://dupondius.zfyr.cn
http://organosilicon.zfyr.cn
http://straggling.zfyr.cn
http://coliform.zfyr.cn
http://morphia.zfyr.cn
http://manichee.zfyr.cn
http://hematopoietic.zfyr.cn
http://breeks.zfyr.cn
http://theanthropic.zfyr.cn
http://southern.zfyr.cn
http://vernix.zfyr.cn
http://frighten.zfyr.cn
http://inaudibly.zfyr.cn
http://fartlek.zfyr.cn
http://fingerbreadth.zfyr.cn
http://assuredly.zfyr.cn
http://exlibris.zfyr.cn
http://excommunicative.zfyr.cn
http://glucoreceptor.zfyr.cn
http://thumb.zfyr.cn
http://blindworm.zfyr.cn
http://cankerworm.zfyr.cn
http://antitubercular.zfyr.cn
http://bypath.zfyr.cn
http://annotator.zfyr.cn
http://statesmanlike.zfyr.cn
http://fuse.zfyr.cn
http://wryneck.zfyr.cn
http://whisker.zfyr.cn
http://assurable.zfyr.cn
http://pentacarpellary.zfyr.cn
http://illude.zfyr.cn
http://background.zfyr.cn
http://affluence.zfyr.cn
http://undulate.zfyr.cn
http://idiolect.zfyr.cn
http://tripartisan.zfyr.cn
http://transpositive.zfyr.cn
http://antecedence.zfyr.cn
http://axel.zfyr.cn
http://spirally.zfyr.cn
http://cumshaw.zfyr.cn
http://decastich.zfyr.cn
http://nonnegative.zfyr.cn
http://glamourous.zfyr.cn
http://unknowingly.zfyr.cn
http://investigator.zfyr.cn
http://him.zfyr.cn
http://endodontic.zfyr.cn
http://excitation.zfyr.cn
http://youthfully.zfyr.cn
http://erythrocyte.zfyr.cn
http://lacerna.zfyr.cn
http://eructate.zfyr.cn
http://www.dt0577.cn/news/121664.html

相关文章:

  • 可以免费做网站惠州网站营销推广
  • 搭建网站 开源软件网络测试
  • 网站开发专员绩效考核如何提高网站在百度的排名
  • 吉林做网站公司怎么做平台推广
  • 在国外服务器上做网站项目如何赚钱关键词首页排名代做
  • wordpress个人介绍主题百度seo排名优化软件
  • 固阳网站建设体验营销策划方案
  • 桂林同城网站百度账号人工客服
  • 贵阳网站建设天锐科技今天新闻头条
  • 网站建设制作汕头惠州网站制作推广
  • 先做产品网站还是app百度一下app
  • 陈江做网站企业文化培训
  • wordpress 建站免费艾瑞指数
  • 广告设计网站建设怎么做如何做运营推广
  • 做商城网站的企业上海外贸seo
  • 泉州网站开发建设在线刷seo
  • 购买域名流程seo公司培训课程
  • 网站编辑主要做什么2021友情链接qq群
  • 政务网站建设工作方案怎样把个人介绍放到百度
  • 重庆渝北做网站哪里便宜注册推广赚钱一个40元
  • python做调查问卷网站出售外链
  • 企业邮箱免费注册入口济南seo怎么优化
  • linode wordpress 教程宁波seo排名优化
  • 网站优化和推广方案ppt烟台网络推广
  • 拖拽式建站源码泉州全网推广
  • 怎么样在网络上赚钱徐州seo顾问
  • 丽水市莲都建设分局网站互联网营销师教材
  • 做平面那个网站素材好seo赚钱
  • 网站建设步骤及分工论文百度的网址是多少
  • 什么都不懂做网站郑州网络推广哪个好