01  原生PHP的foreach

习惯了写框架了的foreach,来看看原生PHP的foreach的写法

【PHP】原生foreach、PHP截取、js截取_html

【PHP】原生foreach、PHP截取、js截取_PHP_02

02 在html里边进行内容截取

直接使用mb_substr即可

【PHP】原生foreach、PHP截取、js截取_php_03

【PHP】原生foreach、PHP截取、js截取_php_04

03 使用js进行内容的截取

使用sbustring

【PHP】原生foreach、PHP截取、js截取_PHP_05

【PHP】原生foreach、PHP截取、js截取_html_06

04  效果展示

【PHP】原生foreach、PHP截取、js截取_php_07

【PHP】原生foreach、PHP截取、js截取_PHP_08