passwordstrength.js//密码强度;function PasswordStrength(showed)...{ this.showed = (typeof(showed) == "boolean")?showed:true; this.styles = new Array(); this.styles[0] = ...{backgroundColor:"#EBEBEB",borderLeft:"solid 1px #FFFFFF",borderRight:"solid 1px #BEBEBE",borderBottom:"solid 1px #BEBEBE"}; this.styles[1] = ...{backgroundColor:"#FF4545",borderLeft:"solid 1px #FFFFFF",borderRight:"solid 1px #BB2B2B",borderBottom:"solid 1px #BB2B2B"}; this.styles[2] = ...{backgroundCol