【发布时间】:2013-05-21 09:47:22
【问题描述】:
我的代码是
<html>
<head id="Head1" runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
</head>
<body>
<form id="form1" runat="server">
<input type="password" id="txtNewpasswd" />
</form>
</body>
</html>
而在 FireFox 20.0.1 中,总是这样......为什么?谁能帮我???
【问题讨论】:
-
您可能在 FF 浏览器中缓存了数据,您可以通过清除缓存中的任何已保存表单数据来检查它。