禁⽌浏览器记录⽂本框输⼊过的内容
<form action="" method="get" autocomplete="on">
First name:<input type="text" name="fname" /><br />
Last name: <input type="text" name="lname" /><br />
E-mail: <input type="email" name="email" autocomplete="off" /><br />
<input type="submit" />
input框禁止输入</form>
以上例⼦: form 表单 autocomplete="on" 开启⾃动完成功能, email 表单 autocomplete="off" 关闭⾃动完成功能。
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论