Line 397: | Line 397: | ||
// dynamicData(); | // dynamicData(); | ||
//启动定时器,设置时间为3秒一次 | //启动定时器,设置时间为3秒一次 | ||
− | time =setInterval(intervalImg, | + | time =setInterval(intervalImg,5000); |
}); | }); | ||
Line 445: | Line 445: | ||
} | } | ||
$(this).css("background-color","black"); | $(this).css("background-color","black"); | ||
− | time =setInterval(intervalImg, | + | time =setInterval(intervalImg,5000); |
}); | }); | ||
}); | }); |
Revision as of 08:55, 7 October 2019