页面之间传输大量数据

页面A

localStorage.setItem("array",JSON.stringify(array));

页面B

var array = JSON.parse(localStorage.getItem("array"));

可用  console.log(array)  查看得到的值 array

posted @ 2018-08-24 15:00  昵称是默默呐  阅读(231)  评论(0编辑  收藏  举报