enter the page, call the interface, request to the data list, and then store the list in localStorage:
localStorage.setItem("array", JSON.stringify(list));
then exit the page, enter again, and get the data again. What does list, need to do now to push this newly requested list to an existing localStorage? If you try for a long time, you will only cover it, but you can"t push it. Please help! Thank you very much!