你可以用jquery。 设置这个DIV 为hide() 或者show().就可以控制显示或者隐藏。:$(document).ready(function(){$("#div1").hide();$("#button1").click(function(){$("#div1").show();})})
Insert title here我要被删除了