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

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

autocomplete 设置 其他参数

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

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

posted @ 2020-10-21 17:57  我是个假前端~~~  阅读(368)  评论(0)    收藏  举报