$(document).ready(function(e) { $("#yzm").click(function(){ var str = "\a"+Math.random();//加上这句话可以解决验证码不刷新 $(this).attr("src","__CONTROLLER__/YZM/"+str); }) });
时间: 2025-01-23 10:12:47
$(document).ready(function(e) { $("#yzm").click(function(){ var str = "\a"+Math.random();//加上这句话可以解决验证码不刷新 $(this).attr("src","__CONTROLLER__/YZM/"+str); }) });