pandas.read_excel默认读取第一行为列名 headerint, list of int, default 0 Row (0-indexed) to use for the column labels of the parsed DataFrame. If a list of integers is passed those row positions will be combined into aMultiIndex. Use None if there is no header. 但是pandas.DataFrame默认...