我找不到任何(對於初學者)可讀的信息。是否有可能對最後一個項目的事件在for循環中:Python for循環中最後一項的事件處理程序
array = ["foo", "bar", "john", "test"]
for item in array:
print item
LastItemEvent: forLoop + lastItem
def lastItem:
# call another function
doneWithLoop()
還是需要有一個遞增的整數計算等?可怕的例子,但我希望你們明白。
你是說你想在循環之前調用最後一個項目上的事件嗎? – jamylak