标签: python struct
假定结构为:
typedef struct _MY_STRUCT_INFO { UINT64 prop1 char prop2[1] }_MY_STRUCT_INFO;
Python结构中用于解压缩该结构的打包字符串的格式字符串应该是什么?