matchMedia方法

MediaQueryList matchMedia(
  1. String query
)

返回给定查询字符串的一系列媒体查询。

其他资源

实现

MediaQueryList matchMedia(String query) native;