Metadata
Title
退休教师名录
Category
general
UUID
19fe3d202ab64ac1b5c026d0eb10f99f
Source URL
https://cs.fudan.edu.cn/53163/list.htm
Parent URL
https://cs.fudan.edu.cn/
Crawl Time
2026-03-10T07:23:05+00:00
Rendered Raw Markdown

退休教师名录

Source: https://cs.fudan.edu.cn/53163/list.htm Parent: https://cs.fudan.edu.cn/

-

导航

- 首页

登录

-

导航

- 首页

师资队伍

-

var wp_pagingbarJson = [{ 'usedObj':'articleList', 'pagingType':'1', 'locale':'1', 'pageIndex':'1', 'pages':'2', 'pageSize':'99', 'total':'126', 'currURL':'/53163/list.htm', 'firstURL':'javascript:void(0);', 'prevURL':'javascript:void(0);', 'nextURL':'/53163/list2.htm', 'lastURL':'/53163/list2.htm' }];

地址:上海市淞沪路2005号

Tell:+86-21-31242259

Email:cs_school@fudan.edu.cn

版权所有 © 复旦大学计算与智能创新学院

top

$(function(){ // 初始化SDAPP new SDAPP({ "menu":{ type:"aside" } }); $(window).scroll(function() { if ($(this).scrollTop()>200){ $("#top").removeClass("none"); }else{ $("#top").addClass("none"); }; }); $("#top").click(function () { $("html,body").animate({ scrollTop: 0 }, 400); }) });