var a = { 'name': 'aa', 'children' : { 'name': 'bb', 'children' : {...} // 里面包含若干个类似架构的对象 }}我想给最深的那个children赋值,应该怎么做?? 查看完整描述