发布于 2022-12-09
摘要
location对象 常用属性 属性名 描述 location.href 获取或设置整个URL location.hostname …
location对象 常用属性 属性名 描述 location.href 获取或设置整个URL location.hostname …
history对象 常用属性 属性名 描述 history.length 当前历史网页的个数 常用方法 方法名 作用 histor …
screen对象 常用属性 属性名 描述 screen.height 屏幕高度分辨率 screen.width 屏幕宽度分辨率
navigator对象 常用属性 属性名 描述 navigator.userAgent 浏览器厂商版本信息 navigator.p …
window对象 常用属性 属性名 描述 window.devicePixelRatio CSS像素与一个物理像素的比率 wind …