Converting unpack code from perl to python

后端 未结 0 480
轻奢々
轻奢々 2021-02-07 20:20

I\'m trying to convert the following unpack code to Python:

my @header = unpack "L2L13SS", $raw;

I\'ve tried struct.unpack("

相关标签:
回答
  • 消灭零回复
提交回复
热议问题