美文网首页
Swift 中的中文与utf-8编码相互转换

Swift 中的中文与utf-8编码相互转换

作者: 流星大石头 | 来源:发表于2017-07-27 16:24 被阅读537次
      中文转 utf-8:
      display.addingPercentEncoding(withAllowedCharacters: .urlFragmentAllowed)
      utf-8转中文:
      display.removingPercentEncoding (ios10.0之后)
      display.replacingPercentEscapes(using: .utf8) (ios10.0之前)
    

    相关文章

      网友评论

          本文标题:Swift 中的中文与utf-8编码相互转换

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