火狐中刷新验证码图片,需加上随机数或时间戳,以保证火狐重新请求:
<img src="/captcha" onClick="this.src=this.src+‘?‘+Math.random();" style="width:130px;cursor:pointer;height:40px;">
火狐刷新验证码图片
原文:https://www.cnblogs.com/mankii/p/10114128.html