问题描述:
用户设置密码时显示位不可见......和可见(密码)
< ———— >
解决方案:
控制input的type类型,可见时input=text,不可见时input=password $(input).attr('type','text')