Home > Backend Development > PHP Tutorial > 请教关于一个长文章字符截取的有关问题,大家说如何做好

请教关于一个长文章字符截取的有关问题,大家说如何做好

PHP中文网
Release: 2016-06-13 12:44:43
Original
778 people have browsed it

  请问关于一个长文章字符截取的问题,大家说怎么做好?
对于博客文章,通常在列表页面可以看到该文章的前面部分文字(比如:显示前200个字符),然后再加上一个。。。[继续阅读]的连接。

对于纯文本的文章,这个就是简单的字符截取。但是如果文章中的内容本身是采用HTML排版的,里面或许有图片、html格式代码、表格等,这个如何截取呢?

这个目前一般是怎么做的?


------解决方案--------------------
那就先去掉(strip_tags)HTML标记后再截取


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template