2021年11月1日
摘要: window.onload=function(){ var btn =document.querySelector("button"); btn.onclick=function(){ var box=document.querySelector(".box"); box.style.display 阅读全文
posted @ 2021-11-01 19:49 闲鱼仔 阅读(35) 评论(0) 推荐(0)
摘要: window.onload=function(){ var btn =document.querySelector("button"); // document.querySelectorAll() 找全部 // 配合 遍历使用 找到所以button // document.querySelecto 阅读全文
posted @ 2021-11-01 14:54 闲鱼仔 阅读(42) 评论(0) 推荐(0)
摘要: /* *{ padding: 0px; margin: 0px; } */ footer { background-color:#000000; padding: 30px 0px; margin-top: 20px; } .foot1 { padding-left: 0px; text-align 阅读全文
posted @ 2021-11-01 14:00 闲鱼仔 阅读(10) 评论(0) 推荐(0)