type Ptr struct { ID *big.Int IpAddress string Port string}var NewVar Ptr在用值初始化 NewVar 之后,我想将 NewVar 设置为 nil。我怎样才能做到这一点? 查看完整描述