You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

struct.go 101 B

2 years ago
1234567
  1. package test
  2. type Books struct {
  3. title string
  4. author string
  5. subject string
  6. book_id int
  7. }

人工智能研发终端

Contributors (1)