你可以这样做。 for index,row in enumerate(list): if searchname in row: print(row) if index - 1 >= 0: print( ...
確定! 回上一頁