et bookInfo = { chapter_id: '1838556', end: "连载", chapter_name: '019 告诉你一个我的秘密', cover_url:'https://static-tw.baozimhcn.com/cover/nishifuworenshaqianduo-yuanzhumochenhuanjinjiangwenxuechengbaoqingmanhua.jpg', book_id: '19610', last_time: "2024-08-09", book_name:'你师父我人傻钱多', param: '73943' }; localStorage.setItem('manhua_19610', 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_19610') === -1) { history.push('manhua_19610'); //把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; }; } } }); 返回顶部