http的url参数讲解

url 地址如: http://localhost/1.html?id=1&page=2#section=3html js代码web window.location.href 获取到: http://localhost/1.html?id=1&page=2#section=3 location.search ?id=1&page=2 location.hash #section=3
相关文章
相关标签/搜索