摘要: .hxzz_zzct{ position: fixed; top: 0; left: 0; display: none; width: 100%; height: 100%; background: rgba(0,0,0,.7); z-index: 999999999999999999; } .hx 阅读全文
posted @ 2021-01-07 16:52 wangmeihao 阅读(1042) 评论(0) 推荐(1)
摘要: $(document).ready(function(){ let aray = Array.prototype.slice.call(document.querySelectorAll('a')); console.log(aray); aray.forEach(element => { if(e 阅读全文
posted @ 2021-01-07 16:03 wangmeihao 阅读(217) 评论(0) 推荐(0)