📅 📍 上海频道 · 杨浦区

杨浦区

科创硅谷

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

杨浦区(英文名:Yangpu District)是中华人民共和国上海市市辖区,位于上海中心城区东北部,地处黄浦江下游西北岸。区境东隔黄浦江与川沙县相望,西界秦皇岛路、大连路、大连西路、密云路、逸仙路与虹口区为邻,南界浦东大道和荻柴浜与川沙县、黄浦区毗连,北界三门路、政立路、闸殷路与宝山区接壤。杨浦区总面积60.61平方千米。截至2025年9月,杨浦区辖12个街道。区人民政府驻上海市杨浦区江浦路549号。截至2024年末,杨浦区有常住人口119.97万人。

🏛️ 上海县区分站

查看全部 →
浏览上海全部县区分站 →

🗺️ 上海·杨浦区周边分站

16个分站
黄浦区城市原点 徐汇区品质城区 长宁区国际社区 静安区静安繁华 普陀区苏河沿岸 虹口区北外滩 闵行区航天新城 宝山区钢铁新城 嘉定区汽车之城 浦东新区引领区 金山区滨海新城 松江区大学城
🔥

头条

更多 →
📍

本地

更多 →
🎬

视频

更多 →
🏛️

文旅

更多 →
📊

财经

更多 →
🏠

民生

更多 →
👥

社会

更多 →
📚

教育

更多 →
💊

健康

更多 →
💡

科技

更多 →
🌾

乡村振兴

更多 →
🎁

特产

更多 →
👤

人物

更多 →
🏢

企业

更多 →
🏔️

景区

更多 →
🎭

非遗

更多 →
📜

传统文化

更多 →
🎪

民俗

更多 →
🌐

国际交流

更多 →
🌿

自然资源

更多 →

🎬 杨浦区视频

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'; }); })();