未分类
2020-02-17 20:51:12
1822677238@qq.com
手机扫码查看
<?php global $more; $more = 0; $my_content = strip_tags(get_the_excerpt(), $post->post_content);
$my_content = mb_strimwidth($my_content, 0, 100,"..." ); //摘要前500字节
if (mb_strlen($my_content,'utf-8') < 10){ echo "对不起没有摘要"; } //少于10字节提示语言
else echo $my_content;?>
- 本页地址 https://www.9713job.com/?p=960
- 上一篇 <<即将新增房产系统-基于WordPress系统
- 下一篇 >>舒大少博客个人日记:20200221



发表回复