用户:
一只凋零酱ovo查看:0 回复:2 评论:0 创建时间:2021-12-02T20:39:02
frompyechartsimportBarimportjsonimportwebbrowser,os withopen("birthday.json","r")asf:data=json.load(f) #print(data) list_month=[0]*12#print(list_month) foriindata:list_month[int(i)-1]+=1#print(list_month) xs=["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]ys=list_month bar=Bar("生日月份统计")bar.add("",xs,ys)bar.render()webbrowser.open("file://"+os.path.realpath("render.html")) imgsrc="https://static.codemao.cn/emoji/codemao/%E7%BC%96%E7%A8%8B%E7%8C%AB_%E5%86%B7%E6%BC%A0.gif"alt="emotion_编程猫_冷漠"