<script type="text/javascript">
function test(){
    var i =0;
   // (function(){
        if(i>=5){alert('doen!');return;}
        alert(i);
        i++;
        window.setTimeout(arguments.callee,2000);
    //})();
}

//test();
</script>

相关文章:

  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2022-02-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2019-08-03
  • 2021-07-28
  • 2022-12-23
  • 2022-01-07
  • 2022-02-13
相关资源
相似解决方案