遇到类似 ' 这种编码的字,我们可以用html_entity_decode()函数来解码。
html_entity_decode() 函数把 HTML 实体转换为字符。
语法 html_entity_decode(string,flags,character-set) 详细用法及参数请参考: http://www.w3school.com.cn...
如果是接受json传递过来的实体编码用json_decode可以直接解码。
如果要把汉字或html转为实体编码的时候则用htmlentities()函数