获取属性
function getStyle(element,type){
return window.getComputedStyle(element,null).getPropertyValue(type);
}
获取属性
function getStyle(element,type){
return window.getComputedStyle(element,null).getPropertyValue(type);
}
512

被折叠的 条评论
为什么被折叠?