您的位置: 首页 > IT文章 > setInterval.js setInterval.js 分类: IT文章 • 2024-03-26 14:22:01 var cyn = function(){ console.log("我是延时输出的函数") } setInterval(cyn,1000)