专题文章
时长:00:00更新时间:2020-11-27 20:13:30
如何用js实现再次确认密码功能:document.getElementById("checkPwd").addEventListener("focus", checkPwd); document.getElementById("checkPwd").addEventListener("blur", checkPwd);function checkPwd(){ if(!$("#checkPwd").val())
查看详情