Update GAT.py

This commit is contained in:
frxz751113
2024-10-05 00:55:49 +08:00
committed by GitHub
parent a561630011
commit ce40da7b3a
+1 -1
View File
@@ -128,7 +128,7 @@ else:
# 将两个文件内容合并并输出到网络收集.txt # 将两个文件内容合并并输出到网络收集.txt
with open('网络收集.txt', 'w', encoding='utf-8') as f: with open('网络收集.txt', 'w', encoding='utf-8') as f:
f.write(content1 + content2) f.write(content1 + content2)
print("文本合并写入完成")
################################################################# #################################################################