作者 李洪娟

修改

... ... @@ -106,8 +106,6 @@
//输入的密码自动输入到下一个
onload = function(){
console.log(txts);
for(var i = 0; i<txts.length;i++){
t = txts[i];
t.index = i;
... ... @@ -138,7 +136,6 @@
console.log(str)
}
}
}
txts[0].removeAttribute("readonly");
}
... ...