如何识别浏览器类型分析拆解url各个部分 如何识别浏览器类型 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信息