摘要: eg 1: 1 package main 2 3 import ( 4 "fmt" 5 "unsafe" 6 ) 7 8 func main() { 9 fmt.Printf("%d\n", unsafe.Sizeof(struct { 10 a byte 11 i8 int 12 b byte 1 阅读全文
posted @ 2019-09-08 00:14 ywdxz 阅读(261) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/tt_ren/article/details/53079806 阅读全文
posted @ 2019-09-07 22:25 ywdxz 阅读(568) 评论(0) 推荐(0)