Home 电视直播 台湾 公视
LIVE 📺 公视 台湾 电视直播
Signal Source
Channel Info
Category 台湾
Channel 公视
Status Live Broadcasting
Description 公视在线直播-公视电视直播-海外华人免费在线看中文电视-公视电视台
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);