我的密码也修改不了,一点修改密码就这样了
token_code").css({color:UVerifyAttr.blur_color}); time_synchronize(); CommUtil.PlayCue("token_code",UVerifyAttr.cue_token_code); }); function time_show() { server_time = server_time + 1000; var nowDate = new Date(server_time); var h=nowDate.getHours(); var m=nowDate.getMinutes(); var s=nowDate.getSeconds(); if(h<10) h='0'+h; if(m<10) m='0'+m; if(s<10) s='0'+s; document.getElementById("server_time_show").innerHTML = nowDate.getFullYear()+"年"+(nowDate.getMonth()+1)+"月"+nowDate.getDate()+"日 "+h+":"+m+":"+s; //$("#server_time_show").html("当前时间:"+nowDate.getFullYear()+"年"+(nowDate.getMonth()+1)+"月"+nowDate.getDate()+"日 "+h+":"+m+":"+s); } function time_synchronize() { var objDate=new Date();//创建一个日期对象表示当前时间 if($("#time_diff").val()== 0) { $("#time_diff").val(server_time - objDate.getTime()); } else//说明缓存了 { server_time = parseInt($("#time_diff").val()) + objDate.getTime(); } time_show(); setInterval("time_show()",1000); //document.getElementById("confirm").focus(); if (document.getElementById("token_code").value != UVerifyAttr.cue_token_code) { document.getElementById("token_code").select(); } }
问题一:
答案:
换个问题试试
遗忘或丢失所有密保?点此申请重设密保
公告:警惕诈骗邮件
请高手来指点