摘要: <#if (list?size > 0)> <thead> <tr> <th width="10%">title0</th> <th width="6%">title1</th> <th width="20%">title2</th> <th width="20%">title3</th> <th 阅读全文
posted @ 2020-11-12 15:19 枯藤老树流水人家 阅读(531) 评论(0) 推荐(0)
摘要: var beforePrint = function(){ console.log('beforePrint') //页面打印缩放比例设置 document.getElementsByTagName('body')[0].style.zoom=0.92; }; var afterPrint = fu 阅读全文
posted @ 2020-11-12 14:19 枯藤老树流水人家 阅读(2624) 评论(0) 推荐(0)