python的mongoDB使用时,不建议使用save,应当使用insert_one或者replace_one
DeprecationWarning: save is deprecated. Use insert_one or replace_one instead
最新推荐文章于 2025-03-05 16:08:09 发布
python的mongoDB使用时,不建议使用save,应当使用insert_one或者replace_one