- cssSupport<K, V>(key: K, value: V): boolean
-
Type Parameters
-
K extends keyof CSSStyleDeclaration
-
V extends null | string | number | CSSRule | ((property: string) => string) | ((property: string) => string) | ((index: number) => string) | ((property: string) => string) | ((property: string, value: null | string, priority?: string) => void)
Returns boolean
判断是否支持css
Returns