我有:
a, b, c, d, e, f[50], g = unpack('BBBBH50cH', data)
问题是
f[50] (too many values to unpack)
我该怎么做我想要的?
python
python ×1