diff --git a/py/GAT.py b/py/GAT.py index f45d0dd..c0ddfee 100644 --- a/py/GAT.py +++ b/py/GAT.py @@ -128,7 +128,7 @@ else: # 将两个文件内容合并并输出到网络收集.txt with open('网络收集.txt', 'w', encoding='utf-8') as f: f.write(content1 + content2) - + print("文本合并写入完成") #################################################################