I need to get the index as a forEach iterates. Normally, I could just use something like: var i = 0 for item in array { //do stuff i += 1 }.
確定! 回上一頁