arguments.callee
<script type="text/javascript">
        (function () {
            $(".usesend").fadeOut(100).fadeIn(100);
            setTimeout(arguments.callee, 2000); //可以自己根据需要来设置
        })();


    </script>

 

相关文章:

  • 2022-02-14
  • 2022-12-23
  • 2021-09-06
  • 2022-01-18
  • 2021-12-06
  • 2022-12-23
  • 2021-04-04
猜你喜欢
  • 2022-01-25
  • 2021-04-05
  • 2021-12-11
  • 2021-04-23
  • 2021-06-11
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案