Python 2 有ASCII str() 类型,unicode() 是单独的,不是byte 类型。 现在, 在Python 3,我们最终有了Unicode (utf-8) 字符串,以及一个字节类:byte 和bytearrays。
確定! 回上一頁