Use str.encode() to encode a string as UTF-8 ; = "Hello, World!".encode() ; print(utf8) ; print(utf8.decode()).
確定! 回上一頁