如何为变量分配默认回退值

如何为变量分配默认回退值

问题内容

我的应用程序中有一个 struct 指针

type body struct { a *string b *string } 登录后复制