mongodb 更新嵌套数组的值 概要 本文主要讲述在 mongodb 中,怎么更新嵌套数组的值。 使用$更新数组 基本语法 { "<array>.$" : value } 可以用于:update ...