chatGPT_web
This commit is contained in:
@@ -11,11 +11,9 @@ error = 0
|
|||||||
def file_jx(exe_name):
|
def file_jx(exe_name):
|
||||||
maths += 1
|
maths += 1
|
||||||
if os.path.exists(os.path.join(ml, f"{exe_name}")):
|
if os.path.exists(os.path.join(ml, f"{exe_name}")):
|
||||||
print(f'文件{maths}正常存在')
|
pass
|
||||||
else:
|
else:
|
||||||
error += 1
|
error += 1
|
||||||
print(f"丢失{error}文件")
|
|
||||||
pass
|
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def extkj():
|
def extkj():
|
||||||
Reference in New Issue
Block a user