document.getElementById("btn").onclick=function () {
//隐藏div
//不占位
ver("dv").style.display="none";
//占位
//ver("dv").style.visibility="hidden";
//占位
//ver("dv").style.opacity=0;
//占位
//ver("dv").style.height="0px";
//ver("dv").style.border="0px solid red";
};

相关文章:

  • 2021-06-08
  • 2022-12-23
  • 2022-12-23
  • 2021-10-16
  • 2022-12-23
  • 2021-04-21
猜你喜欢
  • 2022-01-11
  • 2022-12-23
  • 2021-11-05
  • 2021-05-01
  • 2021-07-04
  • 2022-12-23
  • 2022-02-11
相关资源
相似解决方案