懶加載,按需加載

window.onload = function() {     let images = document.querySelectorAll('img');     for(let i = 0; i < images.length; i++) {         LazyImageLoader.detect(images[i]);     } }; const lazyImageMap = {}
相關文章
相關標籤/搜索