When you access the struct through the interface pointer, you don't have to unbox the struct to access that object.
当你通过接口指访问接口的时候,没必要对结构体进行拆箱后再访问那个对象了。为了举例,想象该结构体定义了一个链接和一个描述。
When you access the struct through the interface pointer, you don't have to unbox the struct to access that object.
当你通过接口指访问接口的时候,没必要对结构体进行拆箱后再访问那个对象了。为了举例,想象该结构体定义了一个链接和一个描述。
声明:以上例、词分类均由互联网资源自动生成,部分未经过人工审核,其表达内容亦不代表本软件的观点;若发现问题,欢迎向我们指正。