菱形框php编码中的问号

时间:2017-08-29 22:46:33

标签: php

我有这个字符串$ temp_string,它等于:

$temp_string = '<font size="2"><span style="font-size:10pt;"><div class="PlainText">&nbsp;</div></span></font>'

我想要做的是删除html标签,为此我做了:

$pre_body = (strip_tags(html_entity_decode($temp_body))); 
$pre_body =utf8_decode($pre_body);
$a['body'] = $pre_body; 

它摆脱了html标签,但它在菱形框中返回一个问号。我试图在utf-8设置标题,但它不起作用......

0 个答案:

没有答案