View Single Post
  #1   IP: 58.241.206.226
Old 2013-02-23, 08:42 AM
topvip topvip is offline
超级版主
 
Join Date: 2006-01-04
Posts: 1206
topvip 正向着好的方向发展
Default 解决织梦 \include\userlogin.class.php on line 21 报错的方法

dede\templets

找到 index_body.htm 文件

把这些注释掉。

$(function()
{
$.get("index_testenv.php",function(data)
{
if(data !== '')
{
$("#__testEvn").html(data);
}
})
})
Reply With Quote