>  Q&A  >  본문

통계 기능이 작동하지 않는 이유

源码:

@header("content-Type: text/html; charset=utf-8");
$demon = 'www.php.cn';
$China = 'PHP中文网';
echo strlen ($demon),'


';
echo strlen($중국어),'
';
echo mb_strlen($demon),'
';
echo mb_strlen($중국어), '<hr>';
echo mb_strwidth($demon),'<hr>';
echo mb_strwidth($중국어),'<hr>';

输ude:

10

12

10

12

10

12

小杰小杰1813일 전1122

모든 응답(0)나는 대답할 것이다

답장 없음
  • 취소회신하다