📅  最后修改于: 2022-03-11 15:04:21.733000             🧑  作者: Mango
let nextValue;
for (let i = 0; i < localStorage.length; i++){
nextValue = localStorage.getItem(localStorage.key(i));
//Do something with nextValue..
//...
}