@ -93,4 +93,5 @@ with open("test.csv", "w", encoding='utf-8', newline="") as t:
for row in rows:
writer.writerow(row)
t.close()
#方法
#测试加入代码