In Python, is there a way to "ObjectID-ify" a string? E.g.: >>> db.NY.find_one() {u'_id': ObjectId('4e0c16a5466754281b000000'), u'gotto': 13436829} > ...
確定! 回上一頁