拆解url的各部分
Posted mushitianya
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了拆解url的各部分相关的知识,希望对你有一定的参考价值。
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的各部分的主要内容,如果未能解决你的问题,请参考以下文章