摘要: def list_test(a): list1=[] def list_all_dict(a): #检测字段类型 if isinstance(a,dict): for x in range(len(a)): temp_key=list(a.keys())[x] temp_value=a[temp_k 阅读全文
posted @ 2018-02-22 17:38 萱娃 阅读(574) 评论(0) 推荐(0) 编辑