摘要: package main import ( "fmt" "os" ) // Student struct represents a student (一般在结构体上面加一个注释解释) type Student struct { id int name string age int gender st 阅读全文
posted @ 2020-11-06 15:38 Luweir 阅读(195) 评论(0) 推荐(0)