db.col.find()// 更改age字段为Int型db.col.find().forEach( x => {x.age = NumberInt(x.age); db.col.save(x) } )