undefined && value != null) { history = JSON.parse(value); } if (history.indexOf('manhua_55575') === -1) { history.push('manhua_55575'); //把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; }; } } }); 返回顶部