python各个类型转换
2019-08-13 10:16:04 0 举报
python十进制整数,16进制,字符串,bytes ,bytearray,类型转换
作者其他创作
大纲/内容
bytearray.hex()
hex()
ord()
bytearray.decode()
bytes()
hex
bytes.hex()
int.from_bytes()
bytes
str
int
chr()
int.to_bytes()
encode()
bytearray()
decode()
bytearray.fromhex()
bytearray
chr(0x61)
bytes.fromhex()
![python各个类型转换](https://www.processon.com/chart_image/template/thumb/5d521d64e4b04eb4b6b7dbab.png?tid=5d4bc72de4b0e42f2a333364)
收藏
0 条评论
下一页