将网站后台(默认dede)目录下templets/index_body.htm (如:http:/// dede/templets/index_body.htm)中的以下代码删除掉即可。

<script type="text/javascript">
function showMore()
{
$("#allInfo").toggle();
$("#allInfoTD").toggle();
}
 
$(function()
{
   $.get("index_testenv.php",function(data)
  {
if(data !== '')
{
$("#__testEvn").html(data);
}
  })
})
</script>