📅 📍 台湾频道 · 花莲县

花莲县

台湾,县,沿海城市

20篇资讯
20个频道
460站点ID

花莲县,隶属于中华人民共和国台湾省。位于台湾本岛东部,北界宜兰,南接台东,西沿中央山脉脊线与台中市、南投县、高雄市为邻,东向太平洋。花莲县的南北长约142千米,东西宽约27~43千米,面积约4628平方千米。花莲县是台湾面积最大的县,约占整个台湾岛的八分之一。花莲县海岸长度为118.85千米。截至2024年1月,花莲县总人口为341032人。

🏛️ 台湾县区分站

查看全部 →
浏览台湾全部县区分站 →

🗺️ 台湾·花莲县周边分站

9个分站
台北台湾,省会城市,本地资讯 云林县台湾,县,本地资讯 嘉义县台湾,市辖区,历史文化 屏东县台湾,县,本地资讯 宜兰县台湾,市辖区,本地资讯 台东县台湾,市辖区,本地资讯 澎湖县台湾,县,本地资讯 金门县台湾,县,本地资讯 连江县台湾,省会城市,沿海城市
🔥

头条

更多 →
📍

本地

更多 →
🎬

视频

更多 →
🏛️

文旅

更多 →
📊

财经

更多 →
🏠

民生

更多 →
👥

社会

更多 →
📚

教育

更多 →
💊

健康

更多 →
💡

科技

更多 →
🌾

乡村振兴

更多 →
🎁

特产

更多 →
👤

人物

更多 →
🏢

企业

更多 →
🏔️

景区

更多 →
🎭

非遗

更多 →
📜

传统文化

更多 →
🎪

民俗

更多 →
🌐

国际交流

更多 →
🌿

自然资源

更多 →

🎬 花莲县视频

var slides = document.querySelectorAll('.carousel-slide'); var dots = document.querySelectorAll('.carousel-dot'); var current = 0; var total = slides.length; var timer = null; function show(idx) { slides.forEach(function(s){ s.classList.remove('active'); }); dots.forEach(function(d){ d.classList.remove('active'); }); current = ((idx % total) + total) % total; slides[current].classList.add('active'); if(dots[current]) dots[current].classList.add('active'); } window.carouselNext = function(){ show(current + 1); resetTimer(); }; window.carouselPrev = function(){ show(current - 1); resetTimer(); }; dots.forEach(function(dot, i){ dot.addEventListener('click', function(){ show(i); resetTimer(); }); }); function autoPlay(){ show(current + 1); } function resetTimer(){ if(timer) clearInterval(timer); timer = setInterval(autoPlay, 5000); } if(total > 1) resetTimer(); })(); // 频道导航滚动高亮 (function(){ var tabs = document.querySelectorAll('.ch-tab'); var nav = document.getElementById('channelNav'); if(!nav) return; tabs.forEach(function(tab){ tab.addEventListener('click', function(e){ tabs.forEach(function(t){ t.classList.remove('active'); }); this.classList.add('active'); }); }); })(); // 新闻滚动暂停 (function(){ var ticker = document.querySelector('.ticker-scroll'); if(!ticker) return; ticker.addEventListener('mouseenter', function(){ this.style.animationPlayState = 'paused'; }); ticker.addEventListener('mouseleave', function(){ this.style.animationPlayState = 'running'; }); })();