安康杯证书
发布日期:2012-08-20 来源:太阳集团2018登录网址
【字体:大 中 小】打印
window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"24"},"share":{}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];
安康杯证书
浏览次数:3692
扫一扫在手机打开当前页
function printDeal(){
var printBox = document.getElementById('printBox');
//拿到打印的区域的html内容
var newContent =printBox.innerHTML;
//将旧的页面储存起来,当打印完成后返给给页面。
var oldContent = document.body.innerHTML;
//赋值给body
document.body.innerHTML = newContent;
//执行window.print打印功能
window.print();
// 重新加载页面,以刷新数据。以防打印完之后,页面不能操作的问题
window.location.reload();
document.body.innerHTML = oldContent;
return false;
}
// 设置参数方式
var qrcode = new QRCode('qrcode', {
text: 'http://ahdzhj.com/m/display.php?id=31',
width: 132,
height: 132,
colorDark : '#000000',
colorLight : '#ffffff',
correctLevel : QRCode.CorrectLevel.H
});
$(".aa2").click(function(){
$(".article p").removeClass().addClass("a2");
})
$(".aa3").click(function(){
$(".article p").removeClass().addClass("a1");
})
$(".aa1").click(function(){
$(".article p").removeClass().addClass("a3");
})