优美小蚂蚁

文章
4
资源
0
加入时间
2年10月21天

python 3 try except (try catch)

try: for line in open("./log.txt", "r"): # 设置文件对象并读取每一行文件 # data.append(line) # 将每一行文件加入到list中 self.teLog.append(line)except Exception as e: print(e) QMessageBox.warning(self, "