摘要: 先开个帖。。 阅读全文
posted @ 2022-09-06 15:10 Notomato 阅读(13) 评论(0) 推荐(0)
摘要: Golang如何判断接口是否实现 package main type people interface { getage() int } type stu struct { Age int Name string } type staff struct { Age int Name string } 阅读全文
posted @ 2022-09-06 13:56 Notomato 阅读(136) 评论(0) 推荐(0)