python 生成嵌套字典 import collections import json tree=lambda:collections.defaultdict(tree) some_dict=tree() some_d ...