📅  最后修改于: 2022-03-11 14:59:41.479000             🧑  作者: Mango
Could you not 'stringify' your object...then use sessionStorage.setItem() to store that string representation of your object...then when you need it sessionStorage.getItem() and then use $.parseJSON() to get it back out?