struct.unpack(fmt, string) ... a = struct.pack("2I3sI", 12, 34, "abc", 56) ... Format, C Type, Python type, Standard size, Notes ...
確定! 回上一頁