源代码
txt = "My name is Ståle" x = txt.encode() print(x)
运行结果