14-结构体

结构体

格式:

type Book struct {
  title string
  author string
}