type Ptr struct {
ID *big.Int
IpAddress string
Port string
}
var NewVar Ptr
在用值初始化 NewVar 之后,我想将 NewVar 设置为 nil。我怎样才能做到这一点?
www说
相关分类