0

我有一个提要:https ://www.facebook.com/feeds/page.php?format=rss20&id=172360026392

以标题为例:

不,不怕!Maraton Warszawski & #x2013; 气

& 和 # 之间的空格是有意的,在 rss 中没有空格。如何将字符串转换为纯 UTF-8 以便 & #x2013; 会变成“-”字吗?

4

1 回答 1

1

使用 html_entity_decode 函数:http ://www.php.net/manual/en/function.html-entity-decode.php

于 2013-04-25T15:51:54.027 回答