python list、dict实例
摘要:
def get_game_list(): file = r'D:\xxxx.xls' game_classification = [] # 打开Excel data = xlrd.open_workbook(file) # 读取第一个sheet sheet = data.sheets()[0] # 阅读全文
posted @ 2017-08-14 15:58 sunshine_zhf 阅读(147) 评论(0) 推荐(0) 编辑