1 function whatBrowser() {
 2 
 3   document.Browser.Name.value=navigator.appName;
 4 
 5   document.Browser.Version.value=navigator.appVersion;
 6 
 7   document.Browser.Code.value=navigator.appCodeName;
 8 
 9   document.Browser.Agent.value=navigator.userAgent;
10 
11   }

 

相关文章:

  • 2022-01-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-01
  • 2022-12-23
  • 2022-02-17
  • 2021-11-09
  • 2021-12-06
  • 2021-07-03
  • 2021-06-12
相关资源
相似解决方案