方法是很簡單的,就是用類似createCollection("account")來創(chuàng)建,但是mongodb中并沒有創(chuàng)建成功,不知道是什么原因?
歡迎選擇我的課程,讓我們一起見證您的進(jìn)步~~
You don’t need to specially create a collection, you can directly insert the document into your collection. If the collection does not exist, the collection will be generated by itself once the document is inserted.