for(var i=0;i<j.length;i++){
if(j.charAt(i)>6 || j.charAt(i)<1)这段代码是什么意思呢 ???
charAt(inde) 方法可返回指定位置的字符,index是索引, || 是”或“,在一起你应该就知道了吧