php截取字符串乱码解决方法
php截取字符串乱码解决方法
<?php echo mb_substr($c['content'],0,100); ?>
最近访问时间:2025-06-04 13:51:38
php截取字符串乱码解决方法
<?php echo mb_substr($c['content'],0,100); ?>