關(guān)于做好國(guó)家社會(huì)科學(xué)基金項(xiàng)目成果出版物登記報(bào)送工作的通知


【信息時(shí)間:2020-06-18 09:46:41 閱讀次數(shù): 【我要打印】 【關(guān)閉】

"; //執(zhí)行隱藏打印區(qū)域不需要打印的內(nèi)容 //document.getElementById("otherpho").style.display="none"; //此處id換為你自己的id var printData = document.getElementById("printdivaa").innerHTML; //獲得 div 里的所有 html 數(shù)據(jù) document.body.innerHTML = headstr+printData+footstr; window.print(); //打印結(jié)束后,放開隱藏內(nèi)容 //document.getElementById("otherpho").style.display="block"; //document.body.innerHTML = oldstr ; } }