我正在对一个功能进行故障排除,该功能对大多数用户有效,但对某些用户无效。报告此问题的用户似乎都具有以下用户代理字符串:
用户代理: Mozilla/5.0 (兼容;MSIE9.0;Windows NT6.1;WOW64;Trident/5.0;MALC)
所以看看字符串it's an IE9,在Windows7上,32位版本的Internet Explorer运行在64位处理器上,运行方式为IE9 (三叉树/5.0和MSIE9.0匹配)。
然而,我不知道MALC是什么意思。我在谷歌上也没找到任何线索。请帮帮忙。
发布于 2014-02-04 21:11:19
上面的信息是错误的。MALC并不意味着多路访问线路集中器。MALC是联想Thinkpads或笔记本电脑的OEM识别器。
请参见:
http://www.whatismybrowser.com/developers/unknown-user-agent-fragments
http://user-agents.me/browser/mozilla50-windows-nt-61-wow64-trident70-malc-rv110-like-gecko
https://stackoverflow.com/questions/8421382
复制相似问题