目录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>
转载于:https://blog.51cto.com/3299950/1410375