1、存:sessionStorage.setItem("var", JSON.stringify(data))
2、取:JSON.parse(sessionStorage.getItem("var"))