//body先預(yù)留一個字段type Body struct { ? ?body []byte}type Block struct { ? ?header *Header ? ?// transactions Transactions ? ?body *Body}