个人介绍
学术任职
学术论着
专_x0008_家风采
王文生,男,出生:1966.10
专_x0008_业:血液/全科
cript>
$(function () {
$("h2.tab_tit span").each(function (index, element) {
$(this).hover(function () {
$(this).addClass("active").siblings("span").removeClass("active");
$('.tab_tit a.Com_more').eq(index).show().siblings('.tab_tit a.Com_more').hide();
$(".tab_box").eq(index).show().siblings(".tab_box").hide();
})
});
})