我们可能会在 input上 加上 autocompleted="off" 这个属性来阻止input被自动填充。
但是有时候也会不管用
下面是解决方案
<input type="password"name="password" autocomplete="new-password" />
我们可能会在 input上 加上 autocompleted="off" 这个属性来阻止input被自动填充。
但是有时候也会不管用
下面是解决方案
<input type="password"name="password" autocomplete="new-password" />