📅  最后修改于: 2022-03-11 14:53:36.553000             🧑  作者: Mango
$string = htmlentities($content, null, 'utf-8');
$content = str_replace(" ", "", $string);
$content = html_entity_decode($content);