控制台输出一些东西不能理解

Consider using 'dppx' units, as in CSS 'dpi' means dots-per-CSS-inch,
not dots-per-physical-inch, so does not correspond to the actual 'dpi'
of a screen. In media query expression: only screen and
(-webkit-min-device-pixel-ratio: 1.5), only screen and
(min-resolution: 144dpi) Consider using 'dppx' units, as in CSS 'dpi'
means dots-per-CSS-inch, not dots-per-physical-inch, so does not
correspond to the actual 'dpi' of a screen. In media query expression:
only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and
(min-resolution: 144dpi)

控制台每次跳转页面都输出这些是什么意思?怎么去掉

阅读 4.3k
2 个回答

是你代码的问题还是你浏览器安装了什么插件?你在其他浏览器是否会这样?

推荐问题