单独刷新验证码图片
?
// 点击验证码图片便重新获取验证码$("#img_login_captcha").click(function() {this.src = "captcha?random=" + Math.random();});
随机数追加到请求参数中