摘要:
想知道什么是媒体查询中的 device pixel ratio,要先从CSS像素、设备独立像素、设备像素说起。 概念 CSS像素(CSS Pixel):适用于web编程,指的是我们在样式代码中使用到的逻辑像素,是一个抽象概念,实际并不存在 设备独立像素(Device Independent Pixe 阅读全文
摘要:
document.write("浏览器分辨率是"+document.documentElement.clientWidth+" "+document.documentElement.clientHeight ); document.write("屏幕分辨率是"+window.screen.width 阅读全文
摘要:
回顾 npm install 命令 最近在写Node程序的时候,突然对 npm install 的 save和 save dev 这两个参数的使用比较混乱。 我们在使用 npm install 安装模块的模块的时候 ,一般会使用下面这几种命令形式: 那么问题来了,在项目中我们应该使用四个命令中的哪个 阅读全文