Live Now
📺 三立综合 Sanli Metro
台湾
电视直播
Category
台湾
Channel
三立综合 Sanli Metro
Status
Live Broadcasting
var count = 10;
function closeAd() { var a = document.getElementById('ads'); if (a) a.style.display = 'none'; }
var countdown = setInterval(function(){
count--;
var el = document.getElementById('countDown'); if (el) el.innerText = count;
if (count <= 0) { clearInterval(countdown); closeAd(); }
}, 1000);