Note: python struct pack array

# example
struct.pack('f' * len(floatList), *floatList)

猜你喜欢

转载自blog.csdn.net/liuhd073/article/details/80723603