获取浏览器地址、端口、协议、参数等
工具/原料
浏览器
F12
console控制台
获取浏览器完整地址
1、document.location.href获取网址包含协议
2、document.location.host 获取网址不包含协议
获取?后面参数
1、document.location.search获取?后面参数(包括问号?)
获取文件路径
1、document.location.pathname获取文件路径
获取协议
1、document.location.protocal
时间:2024-10-16 10:07:28
获取浏览器地址、端口、协议、参数等
工具/原料
浏览器
F12
console控制台
获取浏览器完整地址
1、document.location.href获取网址包含协议
2、document.location.host 获取网址不包含协议
获取?后面参数
1、document.location.search获取?后面参数(包括问号?)
获取文件路径
1、document.location.pathname获取文件路径
获取协议
1、document.location.protocal