摘要: 像这种代码就很打脑壳~ // 贷款申请操作的处理 function check() { // 是否输入正确用户名 if (this.checkUsername(this.username)) { // 是否输入正确身份证号 if (this.checkIdCard(this.idCard)) { / 阅读全文
posted @ 2021-06-05 13:49 ComeIntoBud 阅读(2247) 评论(0) 推荐(0)