type NetworkInterface struct {
Gateway string `json:"gateway"`
IPAddress string `json:"ip"`
IPPrefixLen int `json:"ip_prefix_len"`
MacAddress string `json:"mac"`
...
}
我很困惑,什么是内容的功能,在回勾,如 json:"gateway"
。
它只是评论,像 //this is the gateway
?