如题题题题题题题题题题题题题题题题题题题题题题题
认证高级PHP讲师
在不支持html5的环境下,可以在不想对其自动填充的input元素之上再添加一个display为none的input元素
input
display
none
给你个简单的建议:开启隐身模式
html5表单空间的新的属性(autocomplete):<input type="email" name="email" autocomplete="off" />
html5
autocomplete
<input type="email" name="email" autocomplete="off" />
给不需要记录的input加autocomplete="off"
autocomplete="off"
<input type="password" name="password" autocomplete="off">
设置为type=“text”,获取焦点的时候再改为type=“password”
楼主,解决了么?求解
在不支持html5的环境下,可以在不想对其自动填充的
input
元素之上再添加一个display
为none
的input
元素给你个简单的建议:开启隐身模式
html5
表单空间的新的属性(autocomplete
):<input type="email" name="email" autocomplete="off" />
给不需要记录的input加
autocomplete="off"
设置为type=“text”,获取焦点的时候再改为type=“password”
楼主,解决了么?求解