"Reading notes" iOS network-http-url percent code

Source: Internet
Author: User

Code:

-(void) viewdidload {    [super viewdidload];    Additional setup after loading the view, typically from a nib.        URL percent-coded    //url encoding encodes &, question marks, and other punctuation marks.    nsstring *[email protected] "Http://myhost.com?query=This is a question";    NSString *encoded=[urlstring stringbyaddingpercentescapesusingencoding:nsutf8stringencoding];    NSLog (@ "--urlstring--%@", urlstring);    NSLog (@ "--endcoded--%@", encoded);    }

Output:

2015-08-18 21:41:58.501 percent code [730:74165]--urlstring--http://myhost.com?query=this is a question2015-08-18 21:41:58.501 percent code [730:74165]--endcoded--http://myhost.com?query=this%20is%20a%20question

Reference: "iOS network advanced programming-iphone and ipad Enterprise application Development"

  

"Reading notes" iOS network-http-url percent code

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.