Replace update() with updateOne() , updateMany() , or replaceOne(); Replace remove() with deleteOne() or deleteMany() . Replace count() with countDocuments() , ...
確定! 回上一頁