# 使用list()
bytesDate = '源数据'.encode()
print(bytesDate, list(bytesDate))
Python 将字节数据转为 JS Uint8Arry类型
2022/9/3 3:32:03
路漫漫其修远兮,吾将上下而求索
本文来自博客园,作者:三个零,转载请注明原文链接:https://www.cnblogs.com/jiyu-hlzy/p/16648429.html
