[string stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]];
[string stringByRemovingPercentEncoding];
[string stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]];
[string stringByRemovingPercentEncoding];
本文标题:URL字符串的URLencode与URLdecode
本文链接:https://www.haomeiwen.com/subject/dggmettx.html
网友评论