美文网首页
iOS 关于URL 有中文 转码问题

iOS 关于URL 有中文 转码问题

作者: Zakerberg | 来源:发表于2017-09-12 15:07 被阅读0次

[ [ NSString stringWithFormat:@"https://itunes.apple.com/cn/app/实习网/id%@?mt=8",YourAppID] stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet ] ];

还有一些有用的字符集

URLFragmentAllowedCharacterSet  "#%<>[\]^`{|}

URLHostAllowedCharacterSet      "#%/<>?@\^`{|}

URLPasswordAllowedCharacterSet  "#%/:<>?@[\]^`{|}

URLPathAllowedCharacterSet      "#%;<>?[\]^`{|}

URLQueryAllowedCharacterSet     "#%<>[\]^`{|}

URLUserAllowedCharacterSet      "#%/:<>?@[\]^`

相关文章

网友评论

      本文标题:iOS 关于URL 有中文 转码问题

      本文链接:https://www.haomeiwen.com/subject/mnpcsxtx.html