标签: php
以下代码将返回:
pontuação
我希望它能够回归:
pontuação
代码:
$msg = texto("pontuação"); echo $msg; function texto($string){ return mb_convert_encoding($string, 'utf-8', 'iso-8859-1'); }
有人可以帮忙吗?