Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在页面加载时使用灯箱?比如说当页面加载时我需要显示灯箱......当页面加载完成时它应该消失?请帮助我...!
使用绝对定位的 div(在 CSS 中)显示灯箱,并且:
<body onload="document.getElementById('idofthediv').style.display='none'" ...