友情鏈接

全國社科規(guī)劃網(wǎng) 省級社科規(guī)劃網(wǎng) 安徽社科研究單位

"; //執(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 ; } }