?单击更多 展开全部内容,再次单击隐藏

function slideDiv(divID,height){
	var obj=document.getElementById(divID).style;
	if(obj.height==""){
		obj.height=height+"px";
		obj.overflow="hidden"; 
	}else{
		obj.height="";
		obj.overflow="";
	}
}


?










查看全文
  相关解决方案