<form id="form" name='form' method="post" action="url" autocomplete="off">
<input type="text" name='name' />
<form>
属性 autoconplete= off 输入框自动填充关闭
本文介绍了一种通过设置表单属性来禁用自动填充的方法。具体地,通过将属性autocomplete设置为off,可以防止浏览器自动填充表单中的输入字段。
<form id="form" name='form' method="post" action="url" autocomplete="off">
<input type="text" name='name' />
<form>
属性 autoconplete= off 输入框自动填充关闭
1844

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