最好在后面加一个判断 :
if (pwd.length > 6) { pwd = pwd.substr(0, 6); $(this).val(pwd); pwd.length = 6; }
浙公网安备 33041102000314号