摘要: import numpy as np import xlrd read=xlrd.open_workbook('Z:\math\data.xlsx') sheet1=read.sheet_by_index(0) row=sheet1.nrows col=sheet1.ncols matrix=np. 阅读全文
posted @ 2022-01-12 20:13 Rrrrrrover丶 阅读(1927) 评论(0) 推荐(0)