if __name__ == '__main__': for i in range(0, 10): main(i) # book.save('豆瓣最受欢迎的250部电影.xlsx') #不能用xlsx,要用xlsbook.save('豆瓣最受欢迎的250部电影.xls')