diff --git a/GetQuestionAndroid.py b/GetQuestionAndroid.py index 1d7768c..39e1a40 100644 --- a/GetQuestionAndroid.py +++ b/GetQuestionAndroid.py @@ -10,6 +10,7 @@ from threading import Thread import time import configparser +import os # 读取配置文件 config = configparser.ConfigParser() @@ -62,5 +63,5 @@ go = input('输入回车继续运行,输入 n 回车结束运行: ') if go == 'n': break - + os.system('cls') print('------------------------')