gpt4 book ai didi

html - 禁用 Google Chrome 自动完成/自动填充/建议

转载 作者:技术小花猫 更新时间:2023-10-29 12:56:37 24 4
gpt4 key购买 nike

<分区>

我想禁用 google chrome 自动完成/自动填充/使用密码建议
与 autocomplete="off"类似的东西(这个不起作用)。

代码如下

登录页面.php

<form class="form-method" method="post">
<span class="form-fill">
<text>Username</text>
<input placeholder="Username" required/>
<text>Password</text>
<input type="password" placeholder="Password" required/>
<button type="submit"></button>
</span>
</form>

另一个表单.php

<form method="REQUEST" class="vp-method">
<input type="password" maxlength="4" autocomplete="JUST STOP!"/>
<button type="submit" placeholder="DVN Number">Validate</button>
</form>


如何在不使用 javascript 的情况下禁用此 google chrome 自动完成/建议/自动填充?

注意:我知道重复的问题。这些建议都不起作用(因为我现在正在打字)。

谢谢你:)

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com