python如何将byte array转为string【面试题详解】

今天爱分享给大家带来python如何将byte array转为string【面试题详解】,希望能够帮助到大家。


>>> b"abcde"
b'abcde'
>>> b"abcde".decode("utf-8")
'abcde'


人已赞赏
Python

python如何将字符串转换为datetime【面试题详解】

2020-12-22 21:48:14

Python

Python 中的反射了解么?【面试题详解】

2020-12-23 11:03:27

'); })();