摘要: window.addEventListener('load', function () { var imgs = document.querySelectorAll('img'); img = Array.from(imgs); console.log(img); var h = document.documentElement.clientHeight||doc... 阅读全文
posted @ 2018-04-09 14:51 阿奇blog 阅读(128) 评论(0) 推荐(0)