欢迎访问 舍力博客(www.shuyong.net)
'template' => $row['template'],在后面加入
'excerpt' => $row['excerpt'],2、然后在echo_log.php中你需要调用的地方加入
<?php echo $excerpt; ?>
$site_description = extractHtmlData($log_content, 90);把其中的$log_content改为$excerpt即可,其中的90为字符数,如果不需要截取和清除格式,请直接把上的代码改为
$site_description = $excerpt;
留言/评论:◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。