Update GAT.py
This commit is contained in:
@@ -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("文本合并写入完成")
|
||||||
|
|
||||||
|
|
||||||
#################################################################
|
#################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user