resolution:<resolution>
简单列举几个应用示例:
@media screen and (resolution){ … } @import url(example.css) screen and (min-resolution:96dpi); <link media="screen and (resolution:96dpi)" rel="stylesheet" href="example.css" />