It's because the loop is running that callback function over every item, so even if you write a return it's only returning on that instance of ...
確定! 回上一頁