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吗?
哔哔one
ABOUTYOU
相关分类