Don't use removeItem() that as the name says removes the whole item from localStorage. Just do another setItem() to overwrite the old data. Also you do: ...
確定! 回上一頁