POST/GET請求後,我得到這樣的URL,我需要解析,當然我可以去使用spit()來獲取所需的信息,但肯定應該是更優雅的方式。有任何想法嗎?解析URL的優雅方式
http://api.vkontakte.ru/blank.html#access_token=8860213c0a392ba0971fb35bdfb0z605d459a9dcf9d2208ab60e714c3367681c6d091aa12a3fdd31a4872&expires_in=86400&user_id=34558123
我解析爲:access token
和expires_in
Uri類? http://msdn.microsoft.com/en-us/library/system.uri.aspx –
[從.NET中的字符串獲取URL參數]的可能重複(http://stackoverflow.com/questions/659887/get -url-parameters-from-a-string-in-net) –