一、把判断 加到 while条件中
二、倒序循环 reverser(循环对象)
for visit_time in reverse(history):
if now - visit_time > 10 :
history.pop()
ok
一、把判断 加到 while条件中
二、倒序循环 reverser(循环对象)
for visit_time in reverse(history):
if now - visit_time > 10 :
history.pop()
ok