Python 字符串对象的**decode()** 方法以**encoding** 指定的编码格式解码字符串默认编码为字符串编码## 语法```python str.decode(encoding='UTF-8',errors='stric ...
確定! 回上一頁