setInterval(function () {
getmargintime();
}, 1000);
每秒钟执行一次一个函数
最新推荐文章于 2024-01-07 14:21:26 发布
setInterval(function () {
getmargintime();
}, 1000);