代码如下
function showMore()
{
$("#allInfo").toggle();
$("#allInfoTD").toggle();
}
/*$(function()
{
$.get("index_testenv.php",function(data)
{
if(data !== '')
{
$("#__testEvn").html(data);
}
})
})*/
</script>
把这代码去了之后就不会有这个问题了。