作者 李洪娟

修改

@@ -106,8 +106,6 @@ @@ -106,8 +106,6 @@
106 //输入的密码自动输入到下一个 106 //输入的密码自动输入到下一个
107 onload = function(){ 107 onload = function(){
108 console.log(txts); 108 console.log(txts);
109 -  
110 -  
111 for(var i = 0; i<txts.length;i++){ 109 for(var i = 0; i<txts.length;i++){
112 t = txts[i]; 110 t = txts[i];
113 t.index = i; 111 t.index = i;
@@ -138,7 +136,6 @@ @@ -138,7 +136,6 @@
138 console.log(str) 136 console.log(str)
139 } 137 }
140 } 138 }
141 -  
142 } 139 }
143 txts[0].removeAttribute("readonly"); 140 txts[0].removeAttribute("readonly");
144 } 141 }