不同浏览器输出的平台和版本信息差异和产生的原因?详细请看截图,能分析一下各浏览器显示信息的含义最好。
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>无标题文档</title> </head> <script type="text/javascript"> document.write(navigator.appName+"<br />"+navigator.appVersion); </script> <body> </body> </html>
IE11:
Opera:
Chrome:
Firefox:
Safari: