php如何转换html标签,使其能在浏览器中正常显示? 在编程中需要把提交的内容转化成html标签,这样才能在浏览器中正常显示。 比如要把'echo $new; //out <a href='test'>Test</a> echo html_entity_decode($new); //out Test ?>复制代码