摘要:
python简单的对excel读取使用,'open_workbook("excel_name.xls").sheet_by_name(u"sheet_name")' sheet_name为工作簿的名字。 阅读全文
摘要:
for test 1 f = open("mall.txt",'w+',encoding='utf-8') 2 goods = { 3 '电子产品':[ 4 ['mac',7500,7], 5 ['iphone7',5400,5], 6 ['thunder',7600,3] 7 ], 8 '母婴用品 阅读全文