matchMedia 方法

MediaQueryList matchMedia(
  1. String query
)

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

其他资源

实现

MediaQueryList matchMedia(String query) native;