如何关闭表单自动填充

it2026-08-27  7

要禁用的表单自动填充,你可以将 autocomplete 的属性设置为 “off”: 比如:

input type="text" id="xxx" name="xxx" autocomplete="off">
最新回复(0)