func NewKey(c appengine.Context, kind, stringID string, intID int64, parent *Key) *Key
文档说:
NewKey 创建一个新密钥。种类不能为空。stringID 和 intID 之一或两者必须为零。如果两者都为零,则返回的密钥不完整。parent 必须是完整的密钥或 nil。
字符串的零是多少?
我试过0
and nil
,我得到了如下错误:
cannot use nil as type string in function argument