Kindeditor 修改内容时如何不让 及 <> 被自动转义
$html = str_replace(' ', '&nbsp;', $html); $html = str_replace('>', '&gt;', $html); $html = str_replace('<', '&lt;', $html);
时不我待,不负韶华!立刻行动!不吃学习的苦就会吃生活的苦!
$html = str_replace(' ', '&nbsp;', $html); $html = str_replace('>', '&gt;', $html); $html = str_replace('<', '&lt;', $html);