Appearance
KBE3D / KBCore / utils / getStyle
getStyle(el: HTMLElement, style: string): string | null
el
HTMLElement
style
string
null
返回元素上某个样式属性的值
指定的DOM元素
样式名称
string | null
样式的值或null