摘要:
# 原始的二维表数据集 jsonObj=[] # 添加模拟的数据 for i in range(1001,1004): for j in range(1,34): jsonObj.append({"bureau_id":i,'bureau_name':'第'+str(i)+"中",'person_id':10000+j}) # 结构化的数据集 personDict={... 阅读全文
posted @ 2018-04-23 21:22
糖豆爸爸
阅读(171)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2018-04-23 07:53
糖豆爸爸
阅读(311)
评论(0)
推荐(0)