input type=“password” 在 IE 11 上使用 HTML 5 显示文本

input type="password" shows text using HTML 5 on IE 11

本文关键字:HTML 文本 显示 IE type password input      更新时间:2023-09-26

这是html输入的基本格式

   <input id="Password1" type="password" />

它显示文本而不是密码类型。

这看起来没错。 你有示例的链接吗? 也许是其他 html 没有正确关闭。 我会切换类型和 id 只是为了看看它是否有任何区别。

我解决了这个问题

如果您在<input id="Password1" type="password" placeholder="type your password" />中添加占位符,它将在任何条件下工作。