解決方法
打開/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>
刪除掉或者注釋掉


