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;
}

}
View Code

相关文章:

  • 2021-12-03
  • 2021-11-29
  • 2021-12-03
  • 2021-12-03
  • 2021-12-04
  • 2021-11-29
  • 2021-12-23
  • 2021-12-03
猜你喜欢
  • 2021-12-03
  • 2021-12-03
  • 2021-11-29
  • 2021-12-03
  • 2021-12-03
  • 2021-12-03
  • 2021-12-03
  • 2021-12-03
相关资源
相似解决方案