数据库中post table中的 author 是发表文章的用户名的 ID {...,author:12} 想在通过post table中的ID查文章的时候 post table中的 author 返回出来的是 user table相对应 ID的一整行 {...,author:{id:12,username:"test"...}}