Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在向 Live Oauth 发送请求并让他们回电以成功返回 URL。
但是,当我想在这个返回 url 读取参数时,我被卡住了......
网址带有#
$_GET 根本无法得到任何东西#
http://www.abc.com/oauthlive/testing.php#access_token=theaccesstokenstring&token_type=bearer&expires_in=3600&scope=wl.basic
我该怎么办。