You'e updating key[1] with a new array, not just an updated value. You're pushing to the array you're looping through if a key doesn't include the category, so ...
確定! 回上一頁