? 后台登陆出现include\userlogin.class.php on line 21
!dede\templets
找到 index_body.htm 文件
把这些注释掉。
$(function()
{
$.get("index_testenv.php",function(data)
{
if(data !== '')
{
$("#__testEvn").html(data);
}
})
})