autocomplete off密码记录无法关闭实例页面

回到相关文章 »

效果:

账号:

密码:

代码:

HTML代码:
<form autocomplete="off">
    账号:<input name="email" placeholder="手机号或邮箱" autocomplete="off">
    密码:<input type="password" name="pwd" autocomplete="off">
</form>