首页 > 技术文章 正文
js 隐藏某个id

 2022-01-06 01:47:51

document.getElementById("wrapper").style.display="none";//隐藏
document.getElementById("wrapper").style.visibility="hidden";//隐藏

document.getElementById("wrapper").style.display="none";//隐藏


document.getElementById("wrapper").style.visibility="hidden";//隐藏

原文链接:https://www.yuepc.com/info/153047.html

  •  标签: