本文介绍了在查询字符串中遇到问题(#Instade of?)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有以下网址
http://test.test.com/contact/HotMailContacts.aspx#access_token=Test&token_type=bearer&expires_in= 3600& scope = wl.signin
看到HotMailContacts.aspx之后有[#]我怎么能得到
1. access_token
2. token_type
3. expires_in
4.范围
请帮帮我
谢谢
I Have URL With Below
http://test.test.com/contact/HotMailContacts.aspx#access_token=Test&token_type=bearer&expires_in=3600&scope=wl.signin
See After HotMailContacts.aspx there are [#] how could i get
1. access_token
2. token_type
3. expires_in
4. scope
Please help me out
thanks
推荐答案
这篇关于在查询字符串中遇到问题(#Instade of?)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!