我有这个字段:
<form:label path="password"><spring:message code="label.password"/></form:label>
<form:password path="password" id="password"/>
现在我该怎么做才能确保无法复制此密码字段值?
答案 0 :(得分:5)
在(几乎)所有符合标准的浏览器中,input
type="password"
不应具有任何复制功能。
答案 1 :(得分:1)
刚刚放,
<input type="password" value="" />