... from pymongo import Connection connection = Connection() db = connection.myDB print db.posts.count() for post in db.posts.find({}, ...
確定! 回上一頁