摘要:
1、继承 package main import "fmt" //定义一个Person类 type Person struct { id int name string age int } //分别定义Student与Teacher类,继承Person type Student struct { / 阅读全文
posted @ 2022-04-12 20:20
无锡-小松
阅读(330)
评论(0)
推荐(0)
浙公网安备 33010602011771号