注释后台文件dede/templets/index_body.htm(大概在第18行)
<script type="text/javascript"> function showMore()
{
$("#allInfo").toggle();
$("#allInfoTD").toggle();
}
/*
$(function()
{
$.get("index_testenv.php",function(data)
{
if(data !== '')
{
$("#__testEvn").html(data);
}
})
})
*/
</script>