$(function(){
totaladd(); //定时时触发的函数
setInterval(totaladd,3000);//设置定时1000=1秒
});

function totaladd(){
alert(12);
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-11
猜你喜欢
  • 2021-12-05
  • 2022-12-23
  • 2022-02-19
  • 2021-12-02
  • 2022-12-23
  • 2021-08-07
  • 2021-12-19
相关资源
相似解决方案