在golang中,反映pkg,8g错误“未定义:reflect.NewValue”

发布于 2024-11-15 22:20:10 字数 473 浏览 1 评论 0原文

与 Reflect pkg 有点混淆,

所有示例都使用 reflect.NewValue() 来获取 var 的 reflect.Value,但

是否仍然支持 NewValue()?如果没有,如何从 var 获取 reflect.Value


Typeof 和 NewValue 函数已重命名为 TypeOf 和 ValueOf。

little confused with reflect pkg

all of the examples us reflect.NewValue() to get the reflect.Value of a var, but

is NewValue() still supported? if not, how does one get reflect.Value from a var?


the Typeof and NewValue functions have been renamed to TypeOf and ValueOf.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一念一轮回 2024-11-22 22:20:10

Go reflect 包针对 weekly.2011-04-13 及后续版本。有关详细信息,请参阅修订版 843855f3c026

The Go reflect package was substantially revised for the weekly.2011-04-13 and subsequent releases. For details, see revision 843855f3c026.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文