et bookInfo = { chapter_id: '1313639', end: "连载", chapter_name: '110 谈心', cover_url:'https://static-tw.baozimhcn.com/cover/wenrouyidai-chisuyilate.jpg', book_id: '5622', last_time: "2024-08-07", book_name:'温柔以待', param: '5592' }; localStorage.setItem('manhua_5622', JSON.stringify(bookInfo));//id为键,设置缓存 let history = []; let value = localStorage.getItem('xwx_historys'); //读取参照数组 if (value != undefined && value != null) { history = JSON.parse(value); } if (history.indexOf('manhua_5622') === -1) { history.push('manhua_5622'); //把id为值存入参照数组 } localStorage.setItem('xwx_historys', JSON.stringify(history)); //--本地缓存代码结束-- if (document.images) { for (i = 0; i < document.images.length; i++) { document.images[i].onmousedown = function () { return false; }; } } }); 返回顶部