广告平台(站长使用)
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

comm.go 127 B

1 개월 전
123456
  1. package md
  2. type SelectData struct {
  3. Name string `json:"name" example:"名称"`
  4. Value string `json:"value" example:"值"`
  5. }