标签:
1.js代码
function fleshVerify(type){ //重载验证码 var timenow = new Date().getTime(); if (type) { $(‘verifyImg‘).src= ‘/os/index.php/Admin/Public/verify/adv/1/‘+timenow; }else{ $(‘verifyImg‘).src= ‘/os/index.php/Admin/Public/verify/‘+timenow; } }
标签:
原文地址:http://www.cnblogs.com/suihui/p/4281374.html