【发布时间】:2014-02-17 06:17:09
【问题描述】:
有时在我的 Web 应用程序中,即使我声明 form autocomplete 是 off 有时它也不起作用,它 autocomplete 我输入了我的输入。
谁能知道如何解决这种问题。顺便说一下,我用的是chrome。
我的代码示例:有时它的 autocompleting 我的输入即使我已经声明关闭了..
<form autocomplete="off" method="post">
<input autocomplete="off" type="text" name="name">
<input autocomplete="off" type="text" name="age">
<input type="submit" >
</form>
【问题讨论】:
-
这个问题和mysql/php有什么关系?
-
在输入标签中传递 value=""
-
你如何推断 Chrome 正在自动完成?如何重现您的问题?
标签: html google-chrome forms