Golang.在运行时向结构体添加属性


class type User {
    name string
}

是否可以在运行时添加字段age ?

不可能。

甚至不能用Java或c++语法代替有效的Go。

相关内容

  • 没有找到相关文章

最新更新