摘要: 结构体声明 [StructLayout(LayoutKind.Sequential)] struct Rect { public int left; public int top; public int right; public int bottom; }; [StructLayout(Layou 阅读全文
posted @ 2022-09-23 09:00 λλ 阅读(122) 评论(0) 推荐(0)