angular.js - Use localStorage to store data, where is the storage location?
PHPz
PHPz 2017-05-15 17:08:55
0
1
906

Use localStorage to store data in Ionic. Where is the storage location?

PHPz
PHPz

学习是最好的投资!

reply all(1)
PHPzhong

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.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template