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

时间:2016-01-19 17:24:29

标签: javascript asp.net html5

以下是html输入的基本格式

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

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

2 个答案:

答案 0 :(得分:0)

看起来不错。你有一个例子的链接吗?也许它的其他HTML没有被正确关闭。我只是切换类型和ID,看它是否有任何区别。

答案 1 :(得分:0)

我解决了这个问题

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