我有以下表格:
<form method="post" autocomplete="on">
<input type="text" placeholder="Site" name="Site" autocomplete="on" />
<input type="text" placeholder="User" name="User" id="second" autocomplete="on" />
<input type="password" placeholder="Pass" name="Pass" id="fourth" autocomplete="on" />
<input type="text" placeholder="Station" name="Station" id="third" autocomplete="on" />
<button>login</button>
</form>
浏览器会记住用户和密码,但不会记住站点和站点。 有没有办法强制浏览器记住所有值?