0
我剛剛開始學習Mongo DB,並想在我的數據庫中插入一些數據。但我得到的錯誤:SyntaxError與Mongo命令
運行下面的代碼給我錯誤蒙戈外殼:
document = ({ "Type" : "Book", "Title" : "Definitive Guide to MongoDB 2nd ed.,", "ISBN" : "978-1-4302-5821-6", "Publisher" : "Apress", "Author": ["Hows, David", "Plugge, Eelco", "Membrey, Peter", 「Hawkins, Tim」 ] })
E QUERY SyntaxError: Unexpected token ILLEGAL
能否請你幫我什麼是這個代碼的問題?
創建文檔後,我想插入我的數據庫使用命令。
db.media.insert(document)