php中文截取无乱码
'; $res .= substr($str,$offset,$count); $chars += 1; $offset += $count; } return $res; } $str = '你好aaaaa'; echo cutstr($str,2); ?>
标题名称:php中文截取无乱码
本文来源:http://azwzsj.com/article/gghcpp.html
'; $res .= substr($str,$offset,$count); $chars += 1; $offset += $count; } return $res; } $str = '你好aaaaa'; echo cutstr($str,2); ?>