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.
如何使用我尝试过的代码更改浏览器模式但这只会更改文档类型。默认情况下,我的页面转到 ie8 兼容视图。我希望它在 ie8 中呈现。仅在 ie8 视图中对齐是正确的。
您的 Web 开发是在标准 (W3C) 中完成的,因此它仅适用于 Internet Explorer 8(已过时)。使用ie8和使用ie8的兼容性视图是不一样的,差别很大,引擎不一样,所以最终的视图也不一样。
不要浪费时间为旧浏览器开发,使用标准,向 w3c 学习。