当你写入密码的时候,希望输入的密码不是明文的那么就需要下面的代码
var tx = document.getElementByIdx_x("tx"), pwd = document.getElementByIdx_x("pwd");
tx.onfocus = function(){
}
pwd.onblur = function(){
}
1483
975

被折叠的 条评论
为什么被折叠?