如何识别浏览器类型

image.png

  • navigator.userAgent

    分析拆解url各个部分

  • location.href:整个网址

  • location.protocol:使用的协议,比如’https:’、 ‘http:’location.host:域名
  • location.pathname:路径
  • location.search:获取url的query参数location.hash:去url的hash值,比如’#list’
  • navigator:浏览器信息
  • history:历史记录screen:屏幕信息location: url信息