用PHP将Unicode 转化为UTF-8的实现方法(推荐) 实例如下:functionunescape($str){$str=rawurldecode($str);preg_match_all("/(?:%u.{4})|.{4};|\d+;|.+/U",$str unicode转utf8