要禁用的表单自动填充,你可以将 autocomplete 的属性设置为 “off”: 比如: input type="text" id="xxx" name="xxx" autocomplete="off">