共计 209 个字符,预计需要花费 1 分钟才能阅读完成。
- 啥都不说了直接上代码:
mongo_sq=[{'$match': {'$or': [{'company_name':{'$regex':".* 科技.*"}}, {'company_name': {'$regex':".* 医疗美容.*"}},{'company_name':{'$regex':".* 整形.*"}}, ]}}]
cursor.aggregate(mongo_sql).batch_size(1)
- 也可以用 re 模块正则匹配
正文完