2018年11月15日

身份证号合法性验证

摘要: //是否满18岁function in18(birthYear,birthMonth,birthDay) { var now = new Date(); var year = now.getFullYear(); var month = now.getMonth() +1; var day = no 阅读全文

posted @ 2018-11-15 10:50 幻雪奇缘 阅读(792) 评论(0) 推荐(0) 编辑

导航