Using PHP substr() and strip_tags() while retaining formatting and without breaking HTML

前端 未结 10 2085
Happy的楠姐
Happy的楠姐 2020-11-27 16:44

I have various HTML strings to cut to 100 characters (of the stripped content, not the original) without stripping tags and without breaking HTML.

Original H

10条回答
提交回复
热议问题