转自[1、struct转换为byte[] 1static byte[] StructToBytes(object structObj) 2 2、byte[]转换为struct 1static object BytesToStruct(byte[] bytes, Type strcutType) 2 相关文章: 2021-07-08 2022-12-23 2022-12-23 2022-12-23 2021-06-09 2021-10-07