摘要: MongoCollection tblCount; if (!db.CollectionExists(tblCountName)) { db.CreateCollection(tblCountName); } tblCount = db.GetCollection(tblCoun... 阅读全文
posted @ 2017-02-09 19:58 94cool 阅读(1908) 评论(7) 推荐(0)