Use localStorage to store data in Ionic. Where is the storage location?
PHPz2017-05-15 17:10:55
This is browser-isolated. Each browser will store localStorage in its own UserData, such as chrome
C:Users你的计算机名AppDataLocalGoogleChromeUser DataProfileLocal Storage
If you want to view it in the browser, open the debugging tool and view it under the application tab.