您现在的位置:首页 >> 前端 >> 内容

后台管理登录模块(代码)

时间:2017/12/9 11:08:21 点击:

  核心提示:避免浏览器识别弹出【保存账号密码】提示,需主动屏蔽浏览器识别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'"/>  

作者:网络 来源:tsmaller的博