4 lines
144 B
4 lines
144 B
2 years ago
|
//看不清,重新显示图像验证码
|
||
|
function reloadVercode(){
|
||
|
document.getElementById("authImg").src="../../auth.jpg?now="+ new Date();
|
||
|
}
|