setInterval(function () {
getmargintime();
}, 1000);
每秒钟执行一次一个函数
最新推荐文章于 2025-04-22 08:42:11 发布
setInterval(function () {
getmargintime();
}, 1000);