jq方法

$("#id").css("display","none");

 

 

js方法

document.getElementById("id").style="display:none";

 

相关文章: