At the end of the while (list / each) loop the array pointer will be at the end. This means the second while loop on that array will be skipped! You can put the ...
確定! 回上一頁