search

Home  >  Q&A  >  body text

angular.js - Use localStorage to store data, where is the storage location?

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

PHPzPHPz2754 days ago903

reply all(1)I'll reply

  • PHPz

    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.

    reply
    0
  • Cancelreply