<head>

 <script src="jQuery/jquery-1.4.1.min.js" type="text/javascript"></script>

  
        <script>
            $(document).ready(function () {
              
               setInterval("startRequest()",1000);
             
            });
           
            function startRequest()
            {
                $("#date").text((new Date()).toString());
            }
        </script>
  
</head>

相关文章:

  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
  • 2021-11-13
  • 2022-12-23
  • 2022-12-23
  • 2021-09-04
  • 2021-11-08
猜你喜欢
  • 2021-10-04
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2021-12-24
  • 2021-11-30
相关资源
相似解决方案