禁用表单自动完成功能

给表单加入autocomplete属性就能关闭其自动完成的功能,如:
<input type="text" name="test" autocomplete="off">


评论: 1 | 引用: 0 | 查看次数: 5622
发表评论
登录后再发表评论!