Update getdata.py

master
pekwsmcbf 3 years ago
parent 65cf106b68
commit 05e9541549

@ -93,3 +93,4 @@ with open("test.csv", "w", encoding='utf-8', newline="") as t:
for row in rows:
writer.writerow(row)
t.close()
#方法
Loading…
Cancel
Save