友情鏈接

全國社科規劃網 省級社科規劃網 安徽社科研究單位

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