解决input type=password在浏览器会自动填充密码的问题

经过添加readonly&onfocus =“this.removeAttribute('readonly');解决了这个问题。<input type="password" name="Password" autocomplete="off" readonly onfocus="this.removeAttribute('readonly');" >
相关文章
相关标签/搜索