Commit 62beed36 by BellCodeEditor

save project

parent 72ce2273
Showing with 1 additions and 0 deletions
...@@ -41,6 +41,7 @@ while True: ...@@ -41,6 +41,7 @@ while True:
y += 5 y += 5
else: else:
S = "running" S = "running"
if S == 'running':
wukong = er[idnex] # 将图片保存到列表 wukong = er[idnex] # 将图片保存到列表
idnex = idnex + 1 # 切换图片 idnex = idnex + 1 # 切换图片
if idnex >= 5: # 判断列表范围 if idnex >= 5: # 判断列表范围
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment