Mongodb操作入门
https://segmentfault.com/a/1190000020980642?utm_source=tag-newest
关于*mog.iter的使用例子
iter := collection.Find(nil).Iter() for iter.Next(&result) { fmt.Printf("Result: %v\n", result.NAME) personAll.Persons = append(personAll.Persons, result) }
可以用一个变量检测,有没有检测表里有没有相应变量