标签:
$(document).ready(function(e) { $("#yzm").click(function(){ var str = "\a"+Math.random();//加上这句话可以解决验证码不刷新 $(this).attr("src","__CONTROLLER__/YZM/"+str); }) });
验证码图片不刷新解决方法
原文地址:http://www.cnblogs.com/shark1100913/p/5501930.html