function load(){ var list = document.querySelector('.list') var box = document.querySelector('.box'); let left = list.style.left; let timer; function move(){ clearInterval(timer); timer=setInterval((env) => { left = left - 2; console.log(list.clientLeft); if(left ==- (6 * 200 + 2 * 24)){ left = 0; } list.style.left = left + 'px'; },20); } move(); box.onmouseover = function(){ clearInterval(timer); }; box.onmouseleave = function(){ move(); }; }; document.addEventListener('DOMContentLoaded',load);

我校 C1F陈彦翔参加ICE BADMINTON 2024获铜牌

我校 c1f陈彦翔在12-13/1/20242024参加ICE BADMINTON OPEN 2024 u15男单比赛获铜牌; u15男双获金牌