matchMedia('(prefers-reduced-motion: reduce)').matches // 系统"减少动态效果"是否开启 navigator.connection && navigator.connection.saveData // 是否开了省流量模式 matchMedia('(hover: none)').matches // 是否被当成"触摸设备" matchMedia('(pointer: coarse)').matches window.innerWidth + ' x ' + window.innerHeight // 浏览器窗口实际尺寸