技术栈

itab

源代码•宸
3 小时前
服务器·开发语言·后端·golang·interface·type·itab
Golang原理剖析(interface)go语言中interface其实就是一组方法声明,任何类型的对象实现了接口的全部方法就是这个接口的一个实现。
我是有底线的