解决浏览器自动记住密码功能

来源:互联网 发布:java简历工作描述 编辑:程序博客网 时间:2024/05/13 07:08
把input type=”password” 改成 input type=”text” 并在后面加上 onfocus=”this.type=’password'”,