核心提示:避免浏览器识别弹出【保存账号密码】提示,需主动屏蔽浏览器识别input标签typeinput type=text name= id= value= autocomplete=off onfocus=t...
避免浏览器识别弹出【保存账号密码】提示,需主动屏蔽浏览器识别input标签type
<input type="text" name="" id="" value="" autocomplete="off" onfocus="this.type='password'"/>