附近小店
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

15 rader
363 B

  1. package md
  2. type IpInfo struct {
  3. City string `json:"city"`
  4. Country string `json:"country"`
  5. District string `json:"district"`
  6. Info string `json:"info"`
  7. Infocode string `json:"infocode"`
  8. IP string `json:"ip"`
  9. Isp string `json:"isp"`
  10. Location string `json:"location"`
  11. Province string `json:"province"`
  12. Status string `json:"status"`
  13. }