标签:utf-8 interval func int html 执行函数 时间 函数 class
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> </body> <script type="application/javascript"> setInterval(function(){ console.log(new Date()); },1000) </script> </html>
标签:utf-8 interval func int html 执行函数 时间 函数 class
原文地址:https://www.cnblogs.com/daihu/p/9959133.html