普通文本框添加 autocomplete=“off”,密码输入框添加autocomplete=“new-password”
<input type="text" autocomplete="off" name="username"/>
<input type="password" autocomplete="new-password" name="password"/>
本文介绍如何在HTML中为文本框设置`autocomplete=off`以防止数据泄露,并指导在密码输入框中使用`autocomplete=new-password`确保安全。
普通文本框添加 autocomplete=“off”,密码输入框添加autocomplete=“new-password”
<input type="text" autocomplete="off" name="username"/>
<input type="password" autocomplete="new-password" name="password"/>
3399
1338
2309

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