单个:
<input type="text" autoComplete= "Off " />
所有表单内:
<form autocomplete= "off ">
<input type= "text " name= "mytext" />
</form>
本文介绍了如何在网页表单中禁用浏览器的自动填充功能。通过设置HTML表单元素的autocomplete属性为off,可以避免敏感信息被意外泄露,提高网站的安全性。
单个:
<input type="text" autoComplete= "Off " />
所有表单内:
<form autocomplete= "off ">
<input type= "text " name= "mytext" />
</form>

被折叠的 条评论
为什么被折叠?
