当前位置: 首页 > 资讯 > 足球资讯

实时比分,尽在掌握:竞彩足球最新比分速递

实时比分
主队 比分 客队 状态
<script> // 每 3 秒刷新一次实时比分数据setInterval(() => {fetch('api/matches').then(response => response.json()).then(data => {// 清空原有数据document.getElementById('matches').tBodies[0].innerHTML = '';// 遍历最新比分数据data.forEach(match => {// 创建新行const row = document.createElement('tr');// 创建主队单元格const homeTeamCell = document.createElement('td');homeTeamCell.textContent = match.homeTeam;// 创建比分单元格const scoreCell = document.createElement('td');scoreCell.textContent = `${match.homeScore} - ${match.awayScore}`;// 创建客队单元格const awayTeamCell = document.createElement('td');awayTeamCell.textContent = match.awayTeam;// 创建状态单元格const statusCell = document.createElement('td');statusCell.textContent = match.status;if (match.status === '比赛中') {statusCell.classList.add('live');} else {statusCell.classList.add('finished');}// 将单元格添加到行中row.appendChild(homeTeamCell);row.appendChild(scoreCell);row.appendChild(awayTeamCell);row.appendChild(statusCell);// 将行添加到表中document.getElementById('matches').tBodies[0].appendChild(row);});});}, 3000); </script>
录像推荐
英超德甲法甲西甲意甲NBA

首页

足球

蓝球

录像

新闻