#!/usr/bin/env python # -*- coding: utf-8 -*- # -*- encoding: gbk -*- import matplotlib.pyplot as plt from wordcloud import WordCloud import json _dict = {} def load_dict_from_file(filepath): try: with open("top64.txt",
#!/usr/bin/env python # -*- coding: utf-8 -*- # -*- encoding: gbk -*- import matplotlib.pyplot as plt from wordcloud import WordCloud import json _dict = {} def load_dict_from_file(filepath): try: with open("top64.txt",