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.
我有一个在 IIS 上定义的与 IE8 兼容的网站,因为控件在 IE9 上无法正常工作。我们通过在 IIS 上定义来做到这一点:
X-UA-Compatible: IE=EmulateIE8
我想将 HTML5 代码添加到少数页面。在不丢失兼容模式的情况下执行此操作的最佳方法是什么?
您正在寻找的可能是Modernizr