摘要:
//证件类型与证件号var card_type = '......';var card_no = '......';//生日var birthday = ''; if (card_type === '身份证') { if (card_no != null && card_no != "") { if (card_no.length === 15) { birthday = "1... 阅读全文
posted @ 2019-01-18 18:05
Liang`Friday
阅读(871)
评论(0)
推荐(0)

浙公网安备 33010602011771号