摘要: 1.Margin & Padding 例1: .div { margin-top:10px; margin-right: 5px; margin-bottom:30px; margin-left:0px; }.div { margin:10px 20px 0; } 例3 : .div { margi 阅读全文
posted @ 2021-08-28 15:38 v17166570219 阅读(820) 评论(0) 推荐(0)
摘要: /* trim the blank chars at the begining/end of the string. */String.prototype.trim = function(){return this.replace(/^s+|s+$/g, '');}; function print( 阅读全文
posted @ 2021-08-28 15:11 v17166570219 阅读(142) 评论(0) 推荐(0)
摘要: }function printpreview(){ // 打印页面预览 wb.execwb(7,1);}function printit(){ if (confirm('肯定打印吗?')){ wb.ExecWB(6,1) //wb.execwb(1,1)//打开 //wb.ExecWB(2,1);/ 阅读全文
posted @ 2021-08-28 10:03 v17166570219 阅读(57) 评论(0) 推荐(0)