开发者

extract parameter from UIWebView NSURLRequest

开发者 https://www.devze.com 2023-01-09 04:14 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消