Where do I put the localstorage of the webapp packaged by vue?

what should I do if I find and export this localstroage on my phone? Android

Jul.26,2021

localstroage are all stored in window objects. You can try js to export localstroage and then call the Android native method


. Android actually runs in a browser, but there is a shell on the outside, and localstroage methods can be tried directly.

Menu