验证码
Posted 陌生人!
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了验证码相关的知识,希望对你有一定的参考价值。
<img class="img-code" id="vcode" title="换一换" alt="加載中" src="接口" onclick=\'this.src="接口?v="+Math.random()\'>
初始化页面刷新一次
function refresh(){
var vcode=document.getElementById(\'vcode\');
vcode.src =\'/services/user/kaptcha.do?v=\'+Math.random();
};
refresh();
以上是关于验证码的主要内容,如果未能解决你的问题,请参考以下文章