标签: html jsp
我为登录创建了一个Jsp页面 - 用户名+密码。但是,当我输入密码时,它会显示在文本框中。任何人都可以帮助我,我怎么能这样做,当我输入密码时它会显示**。提前谢谢。
答案 0 :(得分:5)
您应该使用<input type="password">代替<input type="text">。
<input type="password">
<input type="text">