首页 > 问答 > 正文
在Ionic中使用localStorage存储数据,请问存储位置在哪里?
PHPz2017-05-15 17:10:55
这个是浏览器隔离的,每个浏览器都会把localStorage存储在自己的UserData中,如chrome一般就是
C:Users你的计算机名AppDataLocalGoogleChromeUser DataProfileLocal Storage如果要在浏览器查看,打开调试工具,在application选项卡下可以查看。
C:Users你的计算机名AppDataLocalGoogleChromeUser DataProfileLocal Storage