var str = "Hello, playground" var data = str.data(using: .ascii)! for byte in data { print(String(format: "%2x", byte)) }.
確定! 回上一頁