其他分享
首页 > 其他分享> > input标签在谷歌浏览器记住密码的自动填充问题

input标签在谷歌浏览器记住密码的自动填充问题

作者:互联网

<input type="text"  style="display: none";>  
<input type="text"  placeholder="请输入密码" autocomplete="off" onfocus="this.type='password'">  

添加:<input type="text"  style="display: none";>  并在输入框里添加:

autocomplete="off" onfocus="this.type='password'"

标签:浏览器,标签,off,autocomplete,输入框,添加,input,onfocus
来源: https://www.cnblogs.com/firstcsharp/p/11076907.html