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.
我正在寻找一些代码(PHP 或 JavaScript)可以很好地检查查看页面的用户是否使用兼容模式。
然后我可以使用该代码来做一些条件语句,或者基本上给他们一个通知来关闭它。
强迫他们:
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
这将禁用兼容性视图,除非用户然后通过进入开发工具并更改它来专门将其关闭。
我用:
try{ JSON } catch (e){ alert("Compatibility Mode Detected") }