document.write("js获取到的浏览器版本信息:");
        document.write("<br />");
        document.write("Browser: ");
        document.write(navigator.appName + "");
        document.write("<br />");
        document.write("Browserversion: ");
        document.write(navigator.appVersion + "");
        document.write("<br />");
        document.write("Code: ");
        document.write(navigator.appCodeName + "");
        document.write("<br />");
        document.write("Platform: ");
        document.write(navigator.platform + "");
        document.write("<br />");
        document.write("Cookies enabled: ");
        document.write(navigator.cookieEnabled + "");
        document.write("<br />");
        document.write("Browser's user agent header: ");
        document.write(navigator.userAgent + "");
        document.write("<br />");

已不知道原文的路径了

抱歉

相关文章:

  • 2022-12-23
  • 2022-01-15
  • 2022-12-23
  • 2022-01-03
  • 2022-12-23
  • 2021-09-19
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-24
  • 2022-12-23
  • 2022-02-06
  • 2022-02-12
  • 2021-12-22
  • 2021-06-30
  • 2021-12-05
相关资源
相似解决方案