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()
收藏
0 条评论
下一页