火狐刷新验证码图片

火狐中刷新验证码图片,需加上随机数或时间戳,以保证火狐重新请求:

<img src="/captcha" onClick="this.src=this.src+'?'+Math.random();" style="width:130px;cursor:pointer;height:40px;">

 

posted @ 2018-12-13 15:06  Mankii  阅读(157)  评论(0编辑  收藏  举报
返回顶部