简体   繁体   中英

How to get localstorage items from from redirected url

I want to take localstorage items from the second url..

在此处输入图像描述

If you know the name where the data is stored you can use JS in your console. For example:

console.log( localStorage.getItem('name') ); But you can get the data only from the current site where you are visited.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM