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.
当我出席<meta content="IE=8" http-equiv="X-UA-Compatible">并<head>使用 IE9 访问网站时,我会有效计算 IE8 吗?
<meta content="IE=8" http-equiv="X-UA-Compatible">
<head>
Google Analytics 根据随请求发送的用户代理字符串确定用户的浏览器http://www.google-analytics.com/__utm.gif。
http://www.google-analytics.com/__utm.gif
用户代理字符串不会受到你提到的元标记的影响,所以答案是否定的,在这种情况下你会算作 IE9。