... strPtr := (*reflect.SliceHeader)(unsafe.Pointer(key)) strPtr.Cap = strPtr.Len b := *(*[]byte)(unsafe.Pointer(strPtr)) return b } func main ...
確定! 回上一頁