var comment = { postId: this.postId, name: this.name, comment: this.comment, commentId:this.commentId, upid:new DBRef('users’,objectId(uid)) }; 我是想把comments文档和users文档做关联 但是执行到upid:new DBRef('users’,objectId(uid)) 时出错,提示 DBRef is not defined 用DBRef还需要有什么引用吗 求解
作者