Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在开发者工具中有一个设备指标设置,允许您更改浏览器中的视口以模拟不同的屏幕尺寸。它似乎改变了 document.width 属性来这样做。这在 JS 中是只读的。有没有办法在扩展中实现同样的事情?我目前必须调整浏览器窗口的大小,这不是很优雅。
您应该尝试分辨率测试插件。