parse 静态方法

Object? parse(
  1. String property,
  2. String cssText
)

实现

static Object? parse(String property, String cssText) native;