console.log(location.href) console.log(location.protocol) // 'http:' 'https:' console.log(location.pathname) // '/learn/199' console.log(location.search) console.log(location.hash)
拆解url的各部分
原文:https://www.cnblogs.com/mushitianya/p/10662017.html