function checkPwd(str) { if (str.length <= 8) return 'NG' // 验证包含大小写字母,字符串,数字 let arr = [0, 0, 0, 0] &nbs...