js console.log一个json对象的时候,会看到嵌套对象只显示一个Object, 为了的到更详细的log信息,我们可以使用console.dir, 具体使用如下 console.dir(obj, {depth:null})