Python3 中没有decode 方法,但我们可以使用bytes 对象的decode() 方法来解码给定的bytes 对象,这个bytes 对象可以由str.encode() 来编码返回.
確定! 回上一頁