Swift: How to convert a String to UInt8 array?

前端之家收集整理的这篇文章主要介绍了Swift: How to convert a String to UInt8 array?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

http://stackoverflow.com/questions/30255402/swift-how-to-convert-a-string-to-uint8-array

let str = "test"  byteArray  [UInt8](str.utf8)
原文链接:https://www.f2er.com/swift/322281.html

猜你在找的Swift相关文章