目录dede/templets/的index_body.htm文件中的第25行至第35行部分屏蔽

/*
function showMore()
{
$("#allInfo").toggle();
$("#allInfoTD").toggle();
}

/*$(function()
{
$.get("index_testenv.php",function(data)
{
if(data !== '')
{
$("#__testEvn").html(data);
}
})
})
*/

< /script>