博士后相册
- 2022-05-182021香江学者卿志星博士
- 2022-05-182021博新计划刘石刚博士
- 2020-11-032020年度香江学者黄成博士
- 2020-07-012020年度博新计划博士后曹林英
- 2018-12-10中德博士后孙化鹏
- 2018-12-072018年度香江学者周耀渝博士
- 2013-11-18第一个博士后黄璜教授
- 2013-11-15校企联合招收博士后
- 2013-11-15刘拥海博士后出站报告会
- 2013-11-152019年度香江学者施婉菊博士
上一页 | "); else if(countPage>1&¤tPage!=0&¤tPage==1) document.write("首页 | 上一页 | "); else document.write("首页 | 上一页 | "); //循环 var num = 8; for(var i=0+(currentPage-1-(currentPage-1)%num) ; i<=(num+(currentPage-1-(currentPage-1)%num))&&(i"+1+" | ");} else document.write(""+(i+1)+" | "); } //设置下一页代码 if(countPage>1&¤tPage!=(countPage-1)) document.write("下一页 | 末页 | "); else document.write("上一页 | 末页 | "); document.write("总共"+countPage+"页 | "); //跳转页面 document.write("转到第页"+ " "); function toPage(){ var _num = document.getElementById("num").value; var str = "index"+"_"+(_num-1)+"."+"html"; var url = location.href.substring(0,location.href.lastIndexOf("/")+1); if(_num<=1||_num==null) location.href = url+"index"+"."+"html"; else if(_num>countPage) alert("本频道最多"+countPage+"页"); else location.href = url+str; }