摘要: 1 // 当前公用函数 2 3 // 获取非行间样式 4 function getStyle(ele, attr) { 5 // ele: 元素 6 // attr: 属性 7 var w = 0; 8 if (ele.currentStyle) { 9 // ie678 10 // console 阅读全文
posted @ 2021-01-18 14:41 花月 阅读(147) 评论(0) 推荐(0)