专题文章
时长:00:00更新时间:2020-11-27 21:19:24
使用js实现关闭js弹出层的窗口_javascript技巧:function toggle() { theObj = document.getElementById('Sunyanzi').style; if ( theObj.display == none ) theObj.display = block; else theObj.display = none;}你看我出现了~~~ 两种方法:去除和隐藏 //创建你的弹出层 var dvMsg = document.createElement(div); strH
查看详情