花费 5 ms
python 生成嵌套字典

import collections import json tree=lambda:collections.defaultdict(tree) some_dict=tree() some_d ...

Mon Dec 31 18:45:00 CST 2018 0 1087

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM