最新回答 / qq_慕用6091228
array:隊列,數組 我自己也試了下:
import?xlrd wb=xlrd.open_workbook('2.xls') sheet1=wb.sheet_by_index(0) row1=sheet1.row(2) print(type(row1)) print(sheet1.row_types(2)) print(type(sheet1.col(1))) print(sheet1.col_types(1))輸出...
2021-01-16