屏蔽系统表单自动填充**(解决autocomplete:off设置无效)

屏蔽系统表单自动填充(解决autocomplete:off设置无效)

autocomplete 设置 其他参数

autocomplete 除了 on、off 之外,还有很多参数:name、email、username、new-password、current-password、street-address 等等;

当 input type 为 password 但 autocomplete 为 new-password, 即可解决浏览器自动填充问题,浏览器将当前输入框识别为新密码

上一篇:PHP实现类似百度搜索自动完成(代码简单)


下一篇:jQuery Autocomplete