Metadata
Title
学术讲座
Category
general
UUID
7a4c4241588148db9a5d3ab350d02273
Source URL
https://bme-college.fudan.edu.cn/41/81/c49154a737665/page.htm
Parent URL
https://bme-college.fudan.edu.cn/main.htm
Crawl Time
2026-03-10T07:16:09+00:00
Rendered Raw Markdown
# 学术讲座

**Source**: https://bme-college.fudan.edu.cn/41/81/c49154a737665/page.htm
**Parent**: https://bme-college.fudan.edu.cn/main.htm

学术讲座 | Integrated Mocrosystems for the Treatment of Neural Diseases

- [首页](http://bme-college.fudan.edu.cn/main.htm)
- 

  - 
  - 
  - 
  - 
- 
- 
- 
- 
- 
- 

  - 
- 

# 学术讲座 | Integrated Mocrosystems for the Treatment of Neural Diseases

## 

发布时间:2025-06-12浏览次数:11

\

联系我们

地址:上海市杨浦区邯郸路220号

邮编:200433

电话:021-65642222

关注我们

Copyright © 2025 复旦大学生物医学工程与技术创新学院版权所有 沪ICP备:16018209号-1沪公网安备31009102000052

// 确保DOM完全加载后再执行替换
document.addEventListener('DOMContentLoaded', function() {
// 选择所有包含"师资团队"文本的元素
const elements = document.querySelectorAll('.menu-link');
elements.forEach(element => {
if (element.textContent.trim() === '师资团队') {
element.textContent = '师资队伍';
}
});
});