我已经解决了。现在把方法告诉你。都是我自己摸索出来的。。虽然我不知道什么意思。。。
下面是步骤:

1:找到 co_export.php
然后找到这段代码:

else if($itemName == 'pubdate')
{
$pubdate = trim($ctag->GetInnerText());
if(preg_match("#[^0-9]#", $pubdate))
{
$pubdate = $sortrank = GetMkTime($pubdate);
}
/* else
{
$pubdate = $sortrank = time();
}

*/

}
else if($itemName == 'litpic')
{
$litpic = trim($ctag->GetInnerText());
}

2.然后干掉 /* */之间的代码就OK了。

相关文章:

  • 2022-12-23
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
  • 2021-06-28
  • 2021-09-05
  • 2022-12-23
猜你喜欢
  • 2021-12-26
  • 2022-12-23
  • 2021-12-26
  • 2021-11-05
  • 2022-12-23
  • 2022-12-23
  • 2021-09-22
相关资源
相似解决方案