//内容区 字体字号 s $(document).ready(function(){ $('.a_size i').click(function () { var index = jQuery(this).index(); jQuery(this).addClass('on').siblings().removeClass('on'); if (index == 0) { $('.c_article article').css('font-size', '16px'); } else if (index == 1) { $('.c_article article').css('font-size', '14px'); } else { $('.c_article article').css('font-size', '12px'); } }) $('.a_size i:eq(1)').click() }) //内容区 字体字号end /*打印标记*/ function doPrint() { bdhtml=window.document.body.innerHTML; sprnstr=""; eprnstr=""; prnhtml=bdhtml.substr(bdhtml.indexOf(sprnstr)+17); prnhtml=prnhtml.substring(0,prnhtml.indexOf(eprnstr)); OpenWindow = window.open(""); OpenWindow.document.write("