Is this correct for refreshing the verification code?
风五浪
风五浪 2017-08-09 11:26:21
0
1
910

<script>

function refreshVerify(){

var ts=Date.parse(new Date())/1000;

$("#verify_img ").attr("src","/captcha?id=" ts);

}

</script>

Why can’t the verification code be displayed? ##

风五浪
风五浪

reply all(1)
大家讲道理

I can’t tell the reason simply from the code you posted. If you click and there is a response, please check the path of the verification code

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template