var str = "hello, world" str.utf8.startIndex var byteArray = [Byte]() for char in str.utf8{ byteArray += char } println(byteArray) 可以参阅Swift官方文档:developer.apple/library/prerelease/ios/documentation/Swift/Co