关于移动网络的每篇文章都提到了这一点,但是我找不到任何地方可以确切解释此属性的确切含义。 任何人都可以详细说明这种查询会检查什么吗? @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) { //high resolution images go here }