摘要: 1. 对象.style.样式名 弊端就是只能获取行内样式 2.window.getComputedStyle(对象,null); 最好用第二种方式 阅读全文
posted @ 2019-02-19 15:15 Ryan_Yue 阅读(540) 评论(0) 推荐(0) 编辑