美文网首页
IE7-11 user agent string(附:浏览器UA

IE7-11 user agent string(附:浏览器UA

作者: aqhi | 来源:发表于2017-08-24 17:21 被阅读0次

浏览器UA string大全

http://useragentstring.com/

IE7


IE7 on Windows XP SP2

Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)

IE7 on Windows 2003 Server

Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)

IE7 on Windows Vista

Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)


IE8


IE8 on Windows Vista

Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0)

IE8 on Windows 7

Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0)

64-bit IE on 64-bit Windows:

Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Win64; x64; Trident/4.0)

32-bit IE on 64-bit Windows:

Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0)

WOW64 表示 “Windows on Windows 64-bit.”


IE9


IE9 默认UA string

Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/5.0)

IE9 兼容性视图UA string

Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/5.0)

  • 和IE8相似,IE9兼容性视图匹配IE7标准模式
  • 参考资料

IE10


IE10 默认UA string

Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)

IE10 兼容性视图UA string

Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/6.0)

  • 和IE8和IE9相似,IE10兼容性视图匹配IE7标准模式
  • 参考资料

IE11


IE11 on Windows 8.1(默认)

Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko

IE11 兼容性视图UA string

Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.3; Trident/7.0; .NET4.0E; .NET4.0C)

相关文章

网友评论

      本文标题:IE7-11 user agent string(附:浏览器UA

      本文链接:https://www.haomeiwen.com/subject/npeedxtx.html