php获取地址栏#锚点参数
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php获取地址栏#锚点参数相关的知识,希望对你有一定的参考价值。
1 //通过js获取#锚点的access_token信息 2 echo ‘<script> 3 var access = window.location.href.split("#"); 4 document.cookie = "access="+access[1]; 5 </script>‘; 6 // var_dump($_COOKIE);die;
以上是关于php获取地址栏#锚点参数的主要内容,如果未能解决你的问题,请参考以下文章
js获取地址栏参数document.getElementById("").innerHTML