python 字节数组 1、字节数组 可变的序列 2、字节数组的构造函数 bytearray bytearray() 创建空的字节数组 bytearray(整数) 用可迭代对象初始化一个字节数组 ...