extract parameter from UIWebView NSURLRequest
I have an url " http://www.website.com/?id=123&val1=abc&val2=x "
I would like to g开发者_StackOverflowet the value for the parameters such as "id" and "val2" how do I do that?
NSURL pull out a single value for a key in a parameter string
精彩评论