想知道某个collection里所有数据的字段,
例如collection1里有以下数据
{'_id':1,'a':1,'b':2}
{'_id':2,'b':1,'c':2}
{'_id':3,'c':1,'d':2}
结果是_id,a,b,c,d
find函数