Python 将字节数据转为 JS Uint8Arry类型

# 使用list()
bytesDate = '源数据'.encode()
print(bytesDate, list(bytesDate))
posted @ 2022-09-03 03:16  三个零  阅读(302)  评论(0编辑  收藏  举报